Step 1
Remove the bind-address
option from the MySQL consifuratiob file (/etc/mysql/my.cnf
), and then restart the MySQL server.
Step 2
CREATE USER 'root'@'%' IDENTIFIED BY 'w7uwuSpu';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
Testing the result
mysql -h <host> -u root -p