随笔分类 -  mysql

mysql
摘要: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 表名 阅读全文
posted @ 2011-06-08 14:24 Lester Programming 阅读(166) 评论(0) 推荐(0)