mysql --version
net stop mysql
net start mysql
完整 Mysql -h 主机地址 -p 端口 -u 用户名 -p密码 本地实验
Mysql -u root -p123456
show databases;