After IPv6 settings, how can I solve the problem that MySQL cannot connect to localhost? ipv6localhost
When you use phpmyadmin or navicat to connect to the database, the system prompts [client software cannot connect to localhost]
It is found that the IPV6 address listens to port 3306, and the client software does not support IPV6.
This problem occurs when a new system or an IPV6 operating system is configured, And the MYSQL database is manually installed or the database installed by the guard god, this question is not prompted for the one-key package of the cracked version.
The bind-address = 0.0.0.0 parameter is not found in the manually installed database. This function is available in the guard database, but it is commented out! You only need to add or remove this comment and restart the database!
Then, use the client to connect to the database again!