According to that log, mysql is quitting because you are trying to run it as root, and mysql doesn't like that, as it's a security risk.
Easiest (and safest) way to get around that is to create a user for the slimserver (and thus the mysql process) to run as, and then invoke slimserver as that user. Could be that that just such a user was already created as part of the install process. Check /etc/passwd to see if you have some kind of a slimserver user. -- benh ------------------------------------------------------------------------ benh's Profile: http://forums.slimdevices.com/member.php?userid=6732 View this thread: http://forums.slimdevices.com/showthread.php?t=27683 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
