Remote Access to MySQL Server
Do something like this:
mysql -u root mysql
mysql> GRANT ALL PRIVILEGES ON *.* TO ‘root’@’remotehost’ IDENTIFIED BY ‘password’ WITH GRANT OPTION;
For more details see:
https://www.idevelopment.info/data/MySQL/DBA_tips/Security/SEC_1.shtml
Categories: Uncategorized
Recent Comments