摘要:
1)首先进入数据库: mysql -u root -p(root是用户名) 输入密码 2)创建数据库: create database xxxx default character set=utf8; 3)展示所有数据库: show databases; 4)展示所有数据表 show tables; 阅读全文
posted @ 2018-05-08 09:27
wy0925
阅读(996)
评论(0)
推荐(0)
摘要:
参考:https://blog.csdn.net/qq_37176126/article/details/72824106 阅读全文
posted @ 2018-05-08 08:46
wy0925
阅读(174)
评论(0)
推荐(0)