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...