alibaba / cobar

a proxy for sharding databases and tables
Apache License 2.0
3.21k stars 1.22k forks source link

数据源的问题 #42

Open taozhiqi opened 9 years ago

taozhiqi commented 9 years ago

我在定义datasources的时候在本机的时候用127.0.0.1:3306就行,但是如果使用ip地址192.168.1.55的时候,查看那个输入文件总是显示连接被拒绝(密码和用户都是对的,端口还是3306),两个多小时了,实在没办法了,这是什么情况??

hyace commented 9 years ago

你确定你的mysql设置了远程连接么?127.0.0.1是本地访问,不受限制。你可以用命令行试一下能不能用ip远程连接。

hexianmao commented 9 years ago

这个你需要在mysql上设置,允许除本地外的其他ip访问啊,包括本地的非localhost/127.0.0.1的ip。