"Maria Yndefors" <[EMAIL PROTECTED]> wrote:
> I have installed the mysql server and client on an RedHat 7.3 but after
> installation I can't login as root. The message I get is:
>
> I installed by using rpms
>
>
> mysql -u root mysql
>
>ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password:
> NO)
Does user root have a password? Use -p option of mysql client to specify user password.
mysql -uroot -p mysql
and then enter root password.
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]