MySQL Linux Commands
To start mysql on linux server, use
service mysqld start
/etc/init.d/mysqld start
Stop MySQL on Linux
service mysqld stop
/etc/init.d/mysqld stop
Status of MySQL on Linux
service mysqld status
/etc/init.d/mysqld status
MySQL Processlist
mysqladmin processlist
You can also get list of mysql process with "show processlist" command on mysql prompt.
MySQL Tips
|