MySql的基本操作
摘要:
1、启动数据库服务 mysql.server start 2、登录数据库 mysql -h host -u root -p mima 3、查看数据库 mysql> show databases;4、新建一个数据库,可以指定编码 create database testmysqldatabase de 阅读全文
posted @ 2018-06-01 16:36 JuGooLar 阅读(160) 评论(0) 推荐(0)
posted @ 2018-06-01 16:36 JuGooLar 阅读(160) 评论(0) 推荐(0)
posted @ 2018-06-01 15:29 JuGooLar 阅读(129) 评论(0) 推荐(0)
posted @ 2018-06-01 15:01 JuGooLar 阅读(163) 评论(0) 推荐(0)
posted @ 2018-06-01 14:32 JuGooLar 阅读(279) 评论(0) 推荐(0)
posted @ 2018-06-01 11:21 JuGooLar 阅读(170) 评论(0) 推荐(0)
posted @ 2018-06-01 10:09 JuGooLar 阅读(203) 评论(0) 推荐(0)