2016/08/06

MySQL Remote Connect

mysql -uroot -p
use mysql;
update user set host='%' where user='root' and host='localhost';
exit
service mysql restart

沒有留言:

張貼留言