摘要: 1.打开cmd控制台 2. mysql -u root -p 输入密码 3. mysql>grant all privileges on *.* to 'root' @'%' identified by '123' with grant option; mysql>flush privileges; 阅读全文
posted @ 2016-09-29 20:16 那一剑的風情 阅读(201) 评论(0) 推荐(0) 编辑