"Joffrey L Leevy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all: > > I was trying to use phpmyadmin for the first time and messed up when trying > to give the [EMAIL PROTECTED] a password. I did that because phpmyadmin told > me something about lax security using "root" with no password. Anyhow > something went wrong. > > > Now I can't do anything with phpadmin or mysql client. The message is - > "Error 1045: Access Denied for User: (Using Password:No). Grateful for > anyone's help.
If you know what the password is, this is how you use it at the command line: mysql -u root -p<enter> Then it will prompt you for the password. If you don't know the password... Hmmmm... -- Rob > > > Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php