How to fix Error while reading greeting packet? How to fix Error while reading greeting packet? php php

How to fix Error while reading greeting packet?


MySQL can be configured to not accept external connections, for security reasons. By saying the full domain name, you are using the public IP and therefore you are an external connection. If MySQL is running on the same box as your webserver, just access it via this domain name:

localhost:2082


Try using only localhost without the port, it worked for me.