Home > Uncategorized > Remote Access to MySQL Server

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 Tags:
  1. No comments yet.
  1. No trackbacks yet.