您的位置:首页 > 产品设计 > UI/UE

sequel 连接不上,命令行能连上

2016-03-09 10:17 483 查看

Sequel pro won't connect anymore

I'm running into some trouble right now. I worked yesterday on my db using sequel pro for TigerV1 (for an old OS X 10.4 powerpc). The problem is, this morning, sequel pro won't connect anymore. I deleted my "Favorite" and than retyped the host-user-password.

It's not letting me acces my db.

This is the error message : Unable to connect to host xxx.xxxxx.ca, or the request timed out.

Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 30 seconds).

MySQL said: Access denied for user 'root'@'xx-xx.xx.xxxxxxx.ca' (using password: YES)

MySQL version did not change since yesterday, nor my version of sequel pro. Pleaze help.

Most likely some permissions are out of sync. Did you create this user or change any permissions yesterday? It's possible that the privilege tables were flushed in between yesterday and today, making whatever changes you made take effect.

Some possible issues:

The username/password has changed.

Remote connections have been disabled.

You don't have permission to access the DB you're trying to connect to.

MySQL has an IP or hostname whitelist which your IP or hostname is not on.

Some things to try:

Try connecting via the console if you have SSH access. If it lets you connect, check your user permissions really well. Be sure that remote connections are allowed and that you've whitelisted your IP address. Be sure to
FLUSH PRIVILEGES;
when you're done.

If you do not have SSH access, double check all the permissions in the control panel.

Try restarting MySQL server.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: