zoukankan      html  css  js  c++  java
  • sequel 连接不上,命令行能连上

     

    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:

    1. The username/password has changed.
    2. Remote connections have been disabled.
    3. You don't have permission to access the DB you're trying to connect to.
    4. MySQL has an IP or hostname whitelist which your IP or hostname is not on.

    Some things to try:

    1. 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.
    2. If you do not have SSH access, double check all the permissions in the control panel.
    3. Try restarting MySQL server.
  • 相关阅读:
    监控Linux系统性能命令---sar
    用SecureCRT来上传和下载文件 rz sz
    CentOS7 Firewall NAT 及端口映射
    CentOS 修改主机名
    CentOS 6.X如何更改网卡名称
    MySQL数据操作
    mysql如何修改数据表
    Zabbix图形中中文字体显示方块
    Linux虚拟机模板的创建
    Java web项目JXl导出excel,(从eclipse上移动到tomact服务器上,之路径更改)
  • 原文地址:https://www.cnblogs.com/luowei/p/5257052.html
Copyright © 2011-2022 走看看