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.

最新文章

  1. 跨域之同源策略 Same-origin policy
  2. Linux 进程间通讯详解四
  3. PHP的继承方法如何获取子类名
  4. char、wchar_t、strlen、wcslen
  5. 数据结构作业——brothers(二叉树)
  6. Study Emgu VoteForUniqueness
  7. Orchard Express Oracle v1.7.2 发布
  8. Leetcode 26 Remove Duplicates from Sorted Array STL
  9. Winform开发框架之客户关系管理系统(CRM)的开发总结系列1-界面功能展示
  10. Java compiler level does not match the version of the installed Java project facet.(转)
  11. 自己保留:data provider
  12. 【Python】使用 boto 调用 S3 对象存储API
  13. Houdini Krakatoa Render Plugin
  14. 3143: [Hnoi2013]游走 - BZOJ
  15. JQuery的插件
  16. 【LeetCode练习题】Reverse Linked List II
  17. Qt:添加点击事件的Label并显示图片
  18. ubuntu软件使用汇总
  19. Spark2.2.0分布式集群安装(StandAlone模式)
  20. lvs 负载均衡 NAT模式

热门文章

  1. 和阿文一起学H5--设计稿尺寸全攻略
  2. CSS有用的代码片段
  3. [转]WCF 4 安全性和 WIF 简介
  4. C#——字符操作
  5. 基于AspectJ自定义注解
  6. struts2的知识
  7. StringBuilder和StringBuffer
  8. 51nod1264线段相交
  9. Spark Streaming揭秘 Day31 集群模式下SparkStreaming日志分析(续)
  10. Spark Streaming揭秘 Day29 深入理解Spark2.x中的Structured Streaming