解决mysql只能localhost登录和只能本机登录的问题
grant select,insert,update,delete on mydb.* to user1@localhost identified by "";
发布时间: 2012-08-02 11:35:26 作者: rapoo
解决mysql只能localhost登录和只能本机登录的问题
grant select,insert,update,delete on mydb.* to user1@localhost identified by "";