全部博文(151)
2011年(151)
分类: LINUX
2011-09-22 16:22:54
show character set 查询字符集
show collation like 'utf8' 查询排序集
show full columns from table_name\G
show create database dbname
show create tables tablename
desc tablename 查询表结构
show variables like 'character_set_utf8';
show variables; 查看系统所有变量
show grants for 查询mysql账号对应的权限