So this looks like it's all working, right?

mark_;239803 Wrote: 
> * After issuing /etc/init.d/mysql stop & restarting both it seems to
> work. 
> 
> I guess it's to do with the start order of the two daemons but need to
> experiment. Do you have any suggestions?

As I mentioned earlier, you should never have to manually start mysqld.
If you're not using it for something else, just stop it and leave it
stopped.  Slimserver will start up it's own instance automatically. 
See here:


Code:
--------------------
    mysql     2978  2938  0 08:48 ?        00:00:00 /usr/sbin/mysqld 
--basedir=/usr --datadir=/var/lib/mysql --user=mysql 
--pid-file=/var/run/mysqld/mysqld.pid --skip-locking --port=3306 
--socket=/var/run/mysqld/mysqld.sock
--------------------


This is the system daemon that slimserver doesn't need.


Code:
--------------------
    104       3104  3027  0 08:48 ?        00:00:00 /usr/sbin/mysqld 
--defaults-file=/var/cache/slimserver/my.cnf
--------------------


This is the one that slimserver started itself.


-- 
Fletch
------------------------------------------------------------------------
Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=39649

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to