select user();show databases;user 'tablename';show tables;describe 'tablename';导入sql文件mysql>use test;mysql> source c:/test.sql查看系统字符集:show variables like "char%";select round(rand()*N)show columns from 表名 Read More
posted @ 2011-06-08 14:24 Lester Programming Views(161) Comments(0) Diggs(0) Edit