davers
09-15-2002, 05:10 PM
I can't get mysql to run on slakware 8.0. I ran mysql_install_db and I'm trying to run /usr/bin/safe_mysqld, but safe_mysqld ends after a couple of seconds. This is what is outputted to my /var/lib/mysql/davemon.err file:
020915 22:00:20 mysqld started
020915 22:00:20 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
020915 22:00:20 mysqld ended
When I look in /var/lib/mysql/mysql, there is a host.frm file present. When I do safe_mysqld --help, it outputs the following:
basedir: /usr/
datadir: /var/lib/mysql/
tmpdir: /tmp/
language: /usr/share/mysql/english/
pid file: /var/lib/mysql/davemon.pid
TCP port: 3306
Unix socket: /var/run/mysql/mysql.sock
(davemon is my host name). I've read that people reccomend downloading the source version of mysql from mysql.com, instead of attempting to install the version that comes with slakware, but that's not possible for me. Can anyone help?
-Dave
020915 22:00:20 mysqld started
020915 22:00:20 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
020915 22:00:20 mysqld ended
When I look in /var/lib/mysql/mysql, there is a host.frm file present. When I do safe_mysqld --help, it outputs the following:
basedir: /usr/
datadir: /var/lib/mysql/
tmpdir: /tmp/
language: /usr/share/mysql/english/
pid file: /var/lib/mysql/davemon.pid
TCP port: 3306
Unix socket: /var/run/mysql/mysql.sock
(davemon is my host name). I've read that people reccomend downloading the source version of mysql from mysql.com, instead of attempting to install the version that comes with slakware, but that's not possible for me. Can anyone help?
-Dave