nelson
Oct 19 2002, 07:45 AM
looking for the proper command to shutdown mysql
is this correct?...
/usr/local/psa/rc.d/mysql stop
then use
/usr/local/psa/rc.d/mysql start
to restart it... correct?
Thanks
Albo
Oct 19 2002, 12:12 PM
/sbin/service mysqld stop
/sbin/service mysqld start
/sbin/service mysqld restart
/etc/rc.d/init.d/mysqld stop
/etc/rc.d/init.d/mysqld start
/etc/rc.d/init.d/mysqld restart
Good luck, you will need it!