首页 > 数据库技术 > 详细

sql语句

时间:2015-10-28 12:18:11      阅读:277      评论:0      收藏:0      [点我收藏+]

mysql -h host -u user -p;

load data local infile ‘/path/pet.txt‘ into table pet lines terminated by ‘\r\n‘;

insert into pet values(‘Puffball‘,‘Diane‘,‘hamster‘,‘f‘,‘1999-03-30‘,NULL);

insert into user(host,user,password,select_priv,insert_priv,uodate_priv) values(‘localhost‘,‘guest‘,PASSWORD(‘122‘),‘Y‘,‘Y‘,‘Y‘);

select host,user,passeword from user where user=‘guest‘;

 

sql语句

原文:http://www.cnblogs.com/breece/p/4916703.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!