码迷,mamicode.com
首页 >  
搜索关键字:mysql应用管理常用命令    ( 4个结果
MySQL应用管理常用命令
登录mysqlmysql-urot-p单实例mysql-uroot-p-S/data/3306/mysql.sock多实例MySQL帮助命令helpmysql>helpForinformationaboutMySQLproductsandservices,visit:http://www.mysql.com/Fordeveloperinformation,includingtheMySQLReferenceManual,visit:http://dev.mysql.com/Tob..
分类:数据库   时间:2016-11-07 12:33:18    阅读次数:408
MySQL应用管理常用命令3
insert插入语句 mysql>createtabletest(idint(4)notnullauto_increment,namechar(20)notnull,primarykey(id)); mysql>insertintotest(id,name)values(1,‘martin‘); QueryOK,1rowaffected(0.03sec) mysql>insertintotest(name)values(‘martin‘);#由于id字段是自增的..
分类:数据库   时间:2016-08-13 14:23:28    阅读次数:203
MySQL应用管理常用命令2
1、创建数据库 mysql>createdatabasemartin; QueryOK,1rowaffected(0.05sec) mysql>showcreatedatabasemartin\G; ***************************1.row*************************** Database:martin CreateDatabase:CREATEDATABASE`martin`/*!40100DEFAULTCHARACTERSETlati..
分类:数据库   时间:2016-08-11 23:29:24    阅读次数:507
MySQL应用管理常用命令1
8、登录mysql mysql-urot-p单实例 mysql-uroot-p-S/data/3306/mysql.sock多实例 9、MySQL帮助命令help mysql>help ForinformationaboutMySQLproductsandservices,visit: http://www.mysql.com/ Fordeveloperinformation,includingtheMySQLReferenceManual,visit: http://..
分类:数据库   时间:2016-08-10 08:51:08    阅读次数:264
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!