|
Short MySQL Question
When I do the "/usr/share/mysql/mysql.server start" command, I get this...
root@root:/usr/share/mysql/mysql.server start
Starting mysqld daemon with databases from /var/lib/mysql
050328 00:12:18 mysqld ended
root@root:
I've already done the following commands, without errors:
/usr/bin/mysql_install_db
cp /etc/my-small.cnf /etc/my.cnf
chown -R mysql:mysql /var/lib/mysql
And I have apache2 running.
Also, if it matters, I'm running slack 9.1 and my mysql came with the distro, the package is mysql-4.0.15a-i486-1.
I can't seem to figure it out...any help is appreciated.
|