Tuesday, October 17, 2017

MYSQL

1.  Give permission to another machine to access database from server.

mysql> use mysql

mysql> GRANT ALL ON *.* to root@'10.120.55.6' IDENTIFIED BY 'your-root-password'; 

mysql> FLUSH PRIVILEGES;


No comments:

Followers

Link