• 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.
  • 相关阅读:
    Postman使用
    Java-性能调优-理解GC日志
    Java-性能调优实战(jps、jstack)
    Java-性能调优工具-jstat
    Java-内存模型
    生产者消费者JAVA实现
    Java-GC垃圾收集器
    JAVA-JVM垃圾回收算法
    Java线程状态流转---线程
    【洛谷5072】[Ynoi2015] 盼君勿忘(莫队)
  • 原文地址:https://www.cnblogs.com/luowei/p/5257052.html
Copyright © 2020-2023  润新知