Your /etc/slimserver.prefs file looks OK, and you're still getting crashes with the 5.0.26 version of /usr/sbin/mysqld. So there is probably something wrong with one of the shared libraries that it's loading, or with the arguments it's being invoked with.
So let's try the version of mysqld that's distributed with slimserver. It's a static version, so no shared libraries are involved. Let's see if this version gets the same crash as the /usr/sbin/mysqld version. Here's what to do: cd /opt/slimserver/Bin rm mysqld (this removes the link to /usr/sbin/mysqld) You should now pick up the mysqld from /opt/slimserver/Bin/i386-linux/mysqld the next time you start slimserver. Delete mysql-error-log.txt Restart slimserver Do "ps ax | grep mysqld" quickly and post it here. Want to make sure you're getting the version of mysqld from slimserver, not from /usr/sbin. Also want to see what the arguments are for invocation of mysqld. Also post contents of mysql-error-log.txt. -- Ron Olsen ------------------------------------------------------------------------ Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233 View this thread: http://forums.slimdevices.com/showthread.php?t=32451 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
