I created 2 pages, register.php and login.php.
This is what I see when I navigate to both pages:
(I coded this in: Error: connection error.) (mysql error:)
Access denied for user ‘faiqappc_admin’@’’ to database ‘faiqappc_FBS’
I saw another post with a similar issue and I tried running these commands in cPanel terminal, but they did not work
find . -type d -exec chmod 755 {} ;
find . -type f -exec chmod 644 {} ;
What should I do to fix this?