标签:ESS 端口号 timezone serve ike cli 表名 shanghai zone
## -h/-u这些后面没有空格
./bin/mysql -h[ip地址] -P[端口号] -u[用户名] -p[密码]
show create table [table_name]
show databases;
show tables;
show tables like '%aaa%';
jdbc:mysql://127.0.0.1:3306/mubiao?useUnicode=true&characterEncoding=UTF8&useSSL=false&serverTimezone=Asia/Shanghai
标签:ESS 端口号 timezone serve ike cli 表名 shanghai zone
原文地址:https://www.cnblogs.com/ElEGenT/p/12155546.html