mysql 授权的时候库名不能添加单引号homestead.* 写成 '库名'.* 错的语法

create user 'wechat'@'192.168.10.%' identified by 'xxxxx';

create database 库名DEFAULT CHARSET utf8 COLLATE utf8_general_ci;

grant all privileges on 库名.* to 'wechat'@'192.168.10.%' identified by 'xxxxx';

posted @ 2018-07-12 16:11  滴滴滴  阅读(305)  评论(0编辑  收藏  举报