标签:style color strong 数据 ar div size 数据库
show tables; --显示该数据库里的所有表
如果不知道 有哪些数据库,可以用 show databases;
update 表名 set 字段1=‘值1‘,字段2=‘值2‘ where id=‘‘
insert tables(a,b,c) values(‘1‘,2‘,3‘)
mysql 查看表大小
show table status from databse like ‘table‘
主要关注 : Data_length Index_length
标签:style color strong 数据 ar div size 数据库
原文地址:http://www.cnblogs.com/notlate/p/3894796.html