Error 2003 (HY000): can't connect to MySQL server on ' IPv4 address' (10060)

Kelly

I have a Google Cloud SQL Instance that I have been using for some time now and connecting successfully from MySQL Workbench. However as of yesterday I can't connect using MySQL Workbench (or the command line on my laptop) and get the error:

ERROR 2003 (HY000): Can't connect to MySQL server on '207.xxx.xxx.xx' (10060)

I have done the following already:

  • Authorised my laptop's IP address (found using whatismyip.com) in the Google Console.
  • Assigned an IPv4 address to the database in the Google Console.
  • Created new users and passwords to see if it was a user issue. But that didn't help.
  • Restarted the instance, restarted my home network/laptop and got new IP addresses (and updated the authorised IP address accordingly).
  • Upgraded to the latest MySQL workbench 6.3 CE but still have the issue.

The database works as my app can connect to it and accesses the data, I just can't get a remote connection from my laptop.

I am new to this and am out of ideas on how to fix it. Any help would be greatly appreciated.

Kelly

Thanks everyone for your help. After trying all of your suggestions I found a Google group and logged the issue. Google have responded to it as follows:

David Newgas: For now try connecting from a GCE instance (including cloud shell) or using a GCE instance to proxy connections from your laptop. I have updated the dashboard with some more information (although it may take a while for you to see it due to caching) To be clear, this issue will only be affecting first generation instances.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error 2003 (HY000): can't connect to MySQL server on ' IPv4 address' (10060)

From Dev

SQLSTATE[HY000] [2003] Can't connect to MySQL server

From Dev

Laragon MySQL ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061 "Unknown Error")

From Dev

MySql Error ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

From Dev

Laragon MySQL ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061 "Unknown Error")

From Dev

Wamp mysql : ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

From Dev

MySQL Workbench import/export: ERROR 2003 (HY000): Can't Connect to MySQL server on 'localhost' (110)

From Dev

SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (61) error Laravel 4.1

From Dev

ERROR 2003 (HY000): Can't connect to MySQL server on '23.23.*.*' (110)

From Dev

error 2003(HY000) Can't connect to MySQL server on 'localhost' (10061)

From Dev

ERROR 2003 (HY000): Can't connect to MySQL server on '....' (65)

From Dev

ERROR 2003 (HY000): Can't connect to MySQL server on '23.23.*.*' (110)

From Dev

ERROR 2003 (HY000): Can't connect to MySQL server on 'xx.xx.xx.xx.' (60)

From Dev

$ mysql -u root -p -h 127.0.0.1 Enter password: ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)

From Dev

mysqli_connect(): (HY000/2003): Can't connect to MySQL server on 'domain name' (111)

From Dev

SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'XXX.XXX.XXX.XXX' (60)

From Dev

SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'XXX.XXX.XXX.XXX' (60)

From Dev

Google Cloud SQL - ERROR 2003 (HY000): Can't connect to MySQL

From Dev

Google CloudSQL (MySQL) error when trying to connect: ERROR 2003 (HY000): Can't connect to MySQL server on 'google mysql ip here'

From Dev

2003, "Can't connect to MySQL server on '192.168.1.xxx' (10060)

From Dev

mySQL Docker "ERROR 2002 (HY000): Can't connect to local MySQL server through socket"

From Dev

PDOException: SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'aaa.zzz.yyy.xxx' (13)

From Dev

ERROR 2002 (HY000): Can't connect to local MySQL server after my.cnf update

From Dev

ERROR 2002 (HY000): Can't connect to local MySQL server through socket

From Dev

ERROR 1130 (HY000) or ERROR 2003 (HY000) : connect mysql from windows to ubuntu on VMware

From Dev

Error while connecting to MySQL on local docker container: ERROR 2002 (HY000): Can't connect to MySQL server on '127.0.0.1' (115)

From Dev

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' - Missing files

From Dev

Mac terminal ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

From Dev

Laravel migrations work fine, but when I open a page I get "SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'x.x.x.x' (13)" - using vagrant

Related Related

  1. 1

    Error 2003 (HY000): can't connect to MySQL server on ' IPv4 address' (10060)

  2. 2

    SQLSTATE[HY000] [2003] Can't connect to MySQL server

  3. 3

    Laragon MySQL ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061 "Unknown Error")

  4. 4

    MySql Error ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

  5. 5

    Laragon MySQL ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061 "Unknown Error")

  6. 6

    Wamp mysql : ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

  7. 7

    MySQL Workbench import/export: ERROR 2003 (HY000): Can't Connect to MySQL server on 'localhost' (110)

  8. 8

    SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (61) error Laravel 4.1

  9. 9

    ERROR 2003 (HY000): Can't connect to MySQL server on '23.23.*.*' (110)

  10. 10

    error 2003(HY000) Can't connect to MySQL server on 'localhost' (10061)

  11. 11

    ERROR 2003 (HY000): Can't connect to MySQL server on '....' (65)

  12. 12

    ERROR 2003 (HY000): Can't connect to MySQL server on '23.23.*.*' (110)

  13. 13

    ERROR 2003 (HY000): Can't connect to MySQL server on 'xx.xx.xx.xx.' (60)

  14. 14

    $ mysql -u root -p -h 127.0.0.1 Enter password: ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)

  15. 15

    mysqli_connect(): (HY000/2003): Can't connect to MySQL server on 'domain name' (111)

  16. 16

    SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'XXX.XXX.XXX.XXX' (60)

  17. 17

    SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'XXX.XXX.XXX.XXX' (60)

  18. 18

    Google Cloud SQL - ERROR 2003 (HY000): Can't connect to MySQL

  19. 19

    Google CloudSQL (MySQL) error when trying to connect: ERROR 2003 (HY000): Can't connect to MySQL server on 'google mysql ip here'

  20. 20

    2003, "Can't connect to MySQL server on '192.168.1.xxx' (10060)

  21. 21

    mySQL Docker "ERROR 2002 (HY000): Can't connect to local MySQL server through socket"

  22. 22

    PDOException: SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'aaa.zzz.yyy.xxx' (13)

  23. 23

    ERROR 2002 (HY000): Can't connect to local MySQL server after my.cnf update

  24. 24

    ERROR 2002 (HY000): Can't connect to local MySQL server through socket

  25. 25

    ERROR 1130 (HY000) or ERROR 2003 (HY000) : connect mysql from windows to ubuntu on VMware

  26. 26

    Error while connecting to MySQL on local docker container: ERROR 2002 (HY000): Can't connect to MySQL server on '127.0.0.1' (115)

  27. 27

    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' - Missing files

  28. 28

    Mac terminal ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

  29. 29

    Laravel migrations work fine, but when I open a page I get "SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'x.x.x.x' (13)" - using vagrant

HotTag

Archive