24 Jul
2013
24 Jul
'13
2:10 p.m.
On 07/24/2013 3:02 pm, Ryan Milton - MVS USA wrote:
I guess what I am not getting, is, isn’t this the same “user/password” that is in config.php ?
Yes, it is. I think what the guys are saying is if you can't login from the command line to mysql and you are getting the error that you put in your previous email then it is obvious what the problem is. In a nutshell:
1. You don't have the user in mysql. 2. You are using the wrong password for the user. 3. You can't connect with the user from localhost using the correct password.
There are three things that need to be in sync to log into mysql. Don't assume that you have them all three correct.
Hope this helps.
Tracy