连接到本机上的MYSQL mysql -h localhost -u root -p
随机取记录 select * from 表名 order by rand() limit 0,5 (0-5)
断开服务器 quit
查看数据库 show databases;
选择数据库 use 数据库名;
查看表 show tables;
查看表结构 describe 表名;
插入记录 insert into 表名 set 字段名='值',字段名=...
作者:admin | 发布:
Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in
/www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line
19
2011年4月07日 | 分类:
Mysql | 阅读:1,773次 |