Alexis;177986 Wrote: > I have successfully deleted mysqld in opt/slimserver/Bin, as you can > see: > ks33912 Bin # pwd > /opt/slimserver/Bin > ks33912 Bin # ls > dbish i386-linux mDNSResponderPosix > > I should have missed something somewhere... Is that only what I have to > do to use opt/slimserver/../mysqld ? To make sure you get /opt/slimserver version of mysqld:
chmod 000 /usr/sbin/mysqld (this makes /usr/sbin/mysqld invisible and it can't be executed). cd /opt/slimserver/Bin cp i386-linux/mysqld mysqld (this should make slimserver version the one you get) -- 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
