[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL database creation error...
- Subject: Re: [cobalt-users] MySQL database creation error...
- From: "Cobalt" <cobalt@xxxxxxxxxxxx>
- Date: Wed Aug 16 09:18:40 2000
> I had the exact same deal. Finally solved it just a couple of days ago,
> thus:
>
> su -
> <password>
> ps -aux | grep mysql
> kill <pid>
> mv /var/lib/mysql /var/lib/mysql.bak
> /usr/bin/mysql_install_db
Thanks for the help, I have since got it working. Turns out I was logged in
as Admin and NOT root....which ended up being the problem.
Thanks again,
Scott