首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

解决mysql只能localhost登录和只能本机登录的有关问题

2012-08-02 
解决mysql只能localhost登录和只能本机登录的问题grant select,insert,update,delete on mydb.* to user1@

解决mysql只能localhost登录和只能本机登录的问题

grant select,insert,update,delete on mydb.* to user1@localhost identified by "";

热点排行