Hello,
First of all, let me say I am a complete novice when it comes to PHP and
MySQL. I am trying to install PHPNuke and I get this error when I try to
access it:
Warning: MySQL Connection Failed: Access denied for user: 'me@localhost'
(Using password: YES) in /home/www/me/nuke/html/mainfile.php on line 33
Unable to select database
Line 33 on the main php file is were it calls for access to the data base.
My web host says that it is my problem with the program (which of course
they do not provide support for). But it seems to me it's their problem, an
access issue. My guess would be that they need to set up access/permission
for me. Please inform me if my thinking is wrong here.
If so, would this script be what I should recommend that they try??
mysql> GRANT SELECT, INSERT, UPDATE ON client_db.*
TO db_user@localhost IDENTIFIED BY 'password';
Thanks for your time,
Nicole