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

Re: [cobalt-users] MySQL database creation error...



WebMost <dbugger@xxxxxxxxxxx> wrote:
> 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

Could it be because "/usr/bin/mysql_install_db" was never run after MySQL was
installed?  Before you did the steps above were there MySQL database directories
on your server named "mysql" and "test"?  If not you were supposed to run the
mysql_install_db to install them or if you were installing from an RPM that was
supposed to do that for you it sounds like it was broken and you should notify
whoever created it.

--
Steven Werby {steven-lists@xxxxxxxxxxxx}