## -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