I have a new installation of RedHat 7.3 and MySql. I had MySql working
great on a Mandrake 8.0 installation. Now that I have reloaded this box
with RH, I cannot get setup and working.

I can run mysql as root and get in. I ran the commands below:

>grant all on * to amp identified by 'blahdblah';
>flush privileges;

Now when I run mysql like this:

$mysql -u amp -pblahdblah

I get the following error:

ERROR 1045: Access denied for user: 'amp@localhost' (Using password: YES)

I have a sneaking suspicion about the host but I don't know how to fix it.

Thanks for any help.

Andrew




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to