You are not logged in.

#1 2003-06-13 08:57:48

Nickm
Member
From: Netherlands
Registered: 2003-02-25
Posts: 106

mysql crashes

We're trying to install a archserver with apache and mysql. Mysql starts and exits a few seconds later. no error messages just exits.
what should i do about this? server is a dual p3 600 with 2 scsi discs and 384mb memory.
also recompiled apache with mod_perl but that shouldn't be a problem

Offline

#2 2003-06-13 15:18:27

netkrash
Member
From: Viña del Mar, Chile.
Registered: 2003-03-19
Posts: 95

Re: mysql crashes

i had the same error few days ago setting up an archserver.

ok this is the work arround:

first be sure to delete all mysql-related folders and let the /etc/rc.d/mysql start script do all the hardwork (setting perms and adding stuff)..

the mysql-related folders are:

/var/lib/mysql

so if u encounter probles first:

rm -rf /var/lib/mysql

then

pacman -R mysql
pacman -S mysql

/etc/rc.d/mysql start

then set your admin passwd and that's all..

greets,


GNU/Linux: Share & Enjoy!

Offline

#3 2003-06-14 00:33:25

apeiro
Daddy
From: Victoria, BC, Canada
Registered: 2002-08-12
Posts: 771
Website

Re: mysql crashes

You can also check /var/log/errors, /var/log/messages, /var/lib/mysql/yourhostname.err

If you still don't see a problem, try running /usr/bin/mysqld_safe manually and looking for errors.

Offline

#4 2003-06-16 07:31:02

Nickm
Member
From: Netherlands
Registered: 2003-02-25
Posts: 106

Re: mysql crashes

Thanx, that'll do it smile

Offline

Board footer

Powered by FluxBB