Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
error at mysql_connect()....
  • Hi
    In migrating, I had a problem,
    and I recognized that it's bug. So I report here. I editted APPPATH/configs/db.php following.
    And then, I encountered error message for migrating.
    the error said ''Access denied for user 'root'@'localhost' (using password: YES)." And I found that my password value for mysql was overrided by string 'root'. I found this problem at line 96 in '/fuel/core/classes/database/mysql/connection.php' I wonder whether any others are encoutered same situation? Now I treat the problem temprarily. thanks.
  • Chances are you have an environment issue, so either the wrong section is loaded, or you have configured the wrong session. Or you have made a mistake in your configuration. What environment are you using (by default, that is Fuel::DEVELOPMENT)? And what is the complete db configuration for that environment (replace the password by *** if you want). I can't imagine this is a bug, the forum would have been flooded with complaints...

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion