Keywords: WordPress Multisite - AWS - How to - Other
Description:
I have set AWS security rule to be wide open on port 3306 but I am still getting the following error when trying to connect from workbench on my laptop
Error 2003 - Cant connect to MySQL server on IP (10061 "Unknown error")
I am able to login to DB via command line on the server without issue.
$ nc -vz 3306
nc: connect to port 3306 (tcp) failed: Connection refused