mysql常用命令

登录:

mysql -h 192.168.1.200 -u root -p
输入密码
show databases;
use xxx;
操作表和字段 

 未完待续

原文地址:https://www.cnblogs.com/chreless2/p/5504668.html