Quote:
Mysql says:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
|
You aren't specifying the password. You need to put it in the command with the -p switch. (I know that because of the "using password: no" bit)
Like this:
>mysql -u root -p
And then it will prompt you for the password.