I'm a newcomer to MySQL, and I'm having trouble. I've installed MySQL under RedHat 7.1 Linux, and I can't actually use it; I get authorization error messages when I try. In particular, I understand that initially a 'root' user is set up without a password. I can't connect to the database as 'root' with:

mysql -u root mysql

but I get "access denied" messages. I tried wiping out the security data and recreating it with:

mysql_install_db

but that didn't seem to improve matters.

Any ideas of what I'm doing wrong?

Bruce Feist



---------------------------------------------------------------------
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