ERROR 2003 (HY000): Can't connect to MySQL server on 'po51' (111) Clearly this is a networking-level error and not a MySQL authentication error. The simple answer was to comment out the "bind-address" line in the global "my.cnf". ...
when i try to connect to mysql, via shell access or php, i get the following error: Can't connect to local MySQL server through socket '/tmp/mysql-xxxxx.sock' (111) actually, via shell access, it's a bit more informative: ERROR 2002: Can't connect to local MySQL server through soc...
All the instructions then say, test your connection with the command something like echo "select 1" | isql -v mysql-connector. I always get the same error of [S1000][unixODBC][MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on '192.168.1.2' (111). ...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) 2023-05-11T03:32:10.936052Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy ...