commands

start mysqld.exe
mysqld.exe --console

shutdown
mysqladmin -uroot shutdown

start service
net start mysql
net stop mysql

linux:
service mysql start/restart/stop

help document:
? contents
? layer by layer

? show
? commands

你可能感兴趣的:(commands)