Using latest phpGrid 6.5 - Anyone seen this error?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cecilchampenois
Forum Commoner
Posts: 47
Joined: Thu Nov 06, 2014 10:29 am
Location: Gilbert, Arizona
Contact:

Using latest phpGrid 6.5 - Anyone seen this error?

Post by cecilchampenois »

We just bought the latest phpGrid today (2014_01_02) and we now have this warning and error:

Warning: mysqli_real_connect(): (28000/1045): Access denied for user 'root'@'localhost' (using password: NO) in /var/www/html/phpGrid_Enterprise/server/adodb5/drivers/adodb-mysqli.inc.php on line 113
Error: Could not connect to the database
Cecil Champenois
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Using latest phpGrid 6.5 - Anyone seen this error?

Post by Christopher »

You DB connection failed because you are trying to connect with user root and no password.
(#10850)
Post Reply