Mysqldump
bind-address = 127.0.01,172.27.0.1bind-address = 172.27.0.1CREATE USER '< User >'@'172.27.0.0/16' IDENTIFIED BY '< Password >';GRANT ALL PRIVILEGES ON *.* TO '< User >'@'172.27.0.0/16' WITH GRANT OPTION; FLUSH PRIVILEGES;
Last updated
bind-address = 127.0.01,172.27.0.1bind-address = 172.27.0.1CREATE USER '< User >'@'172.27.0.0/16' IDENTIFIED BY '< Password >';GRANT ALL PRIVILEGES ON *.* TO '< User >'@'172.27.0.0/16' WITH GRANT OPTION;
FLUSH PRIVILEGES;Last updated