摘要: 正常的做法: 以root用户登录mysql: grant all privileges on *.* to 创建的用户名@"%" identified by "密码"; flush privileges; 例如: mysql>grant all privileges on *.* to zhangs 阅读全文
posted @ 2018-09-20 16:25 冬-青 阅读(1947) 评论(1) 推荐(1) 编辑