Hi please anyone can check what causing this error
Hi,
As I mentioned on your other post, this is likely incorrect MySQL hostname/connection settings.
::1:3306
is a shorthand IPv6 equivalent for “localhost”/127.0.0.1
in IPv4.
-
Render doesn’t currently support IPv6.
-
MySQL probably isn’t running on the same host as the service trying to connect to it.
You’ll need to check the hostname/connection details of wherever your MySQL database resides.
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.