Unable to access borthwic_db, check the permissionsQuery: SELECT newsID, title, title_clean, brief, body, UNIX_TIMESTAMP(modified) as modified, deleted, status
FROM news
WHERE title_clean = '' LIMIT 1
Error: Access denied for user 'borthwickfoods'@'localhost' (using password: NO)Query: SELECT newsID, title, title_clean, brief, body,
UNIX_TIMESTAMP(modified) as modified
FROM news
WHERE news.deleted = 'false'
AND status = 'active'
ORDER BY created DESC LIMIT 5
Error: Access denied for user 'borthwickfoods'@'localhost' (using password: NO)