bin/mysqladmin -u root shutdown
mysql.server stop
mysql.server script may not be automatically installed.
support-files directory under the MySQL installation directory or in the MySQL source tree.
support-files directory, execute the next two commands.
cp mysql.server /etc/init.d/mysqlchmod +x /etc/init.d/mysql
chkconfig to activate it to run at system startup.
chkconfig --level 345 mysql on
How do I go about securing the initial MySQL accounts?
© 2007 John Michael Pierobon