摘要: 默认情况下是不能在远程连接Mysql数据库的,用Mysql-Front连接时会报权限错误。 需要在Mysql的本地进行配置: # mysql -p Enter password: ****** mysql> grant all on *.* to 'root'@'192.168.0.2' identified by 'password' -> ; 执行之后就可以在192.168.... 阅读全文
posted @ 2008-04-16 09:57 永春 阅读(2348) 评论(0) 推荐(0)