摘要: 在安装数据库的电脑操作 1.首先登录mysql数据库 cmd进入命令 mysql -hlocalhost -uroot -pok -h后面紧跟服务器地址ip -uroot 代表用户root -pok 代表密码ok 2.选择具体的数据库 use super_student 3.给用户授权 grant 阅读全文
posted @ 2018-10-15 14:00 Sea_wxx 阅读(2759) 评论(0) 推荐(0)