[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] MySQL install errors



On Sun, 13 Feb 2000, Hyrb wrote:

> I installed Mysql and all seemed well.  After receiving the security
> warning I -e all the rpm and reinstalled with the patch.  I reset my
> root password, ran install_mysql_db etc.
> 
> It doesn't work. It won't let me in, I keep getting a ERROR 405 access denied.

Did you run install_mysql_db before or after you set your root password?
If I'm not mistaken, install_mysql_db creates the mysql table, and inserts
a root user without a password.  Setting a root password before running 
the script may have no effect.  Try setting your root password after
running install_mysql_db, or try logging in as root without a password
(mysql -u root).

mh