[mysql server error] [Server] IP address '172.x.x.x.' could not be resolved: Name or service not known
Signed-off-by: Wei Jihui weijihuiall@163.com --- pkg/mysql/my.cnf | 1 + 1 file changed, 1 insertion(+)
diff --git a/pkg/mysql/my.cnf b/pkg/mysql/my.cnf index d95811dd..c657234d 100644 --- a/pkg/mysql/my.cnf +++ b/pkg/mysql/my.cnf @@ -16,6 +16,7 @@ default_authentication_plugin=mysql_native_password user=mysql memlock=on bind-address=0.0.0.0 +skip-name-resolve skip-grant-tables
lc-messages=en_US