标签:span date string upd ring set key mysql开启 远程连接
mysql -uroot -p
use mysql;
update user set host = ‘%‘ where user = ‘root‘;
flush privileges;
mysql开启远程连接
原文地址:https://www.cnblogs.com/kiancyc/p/12240397.html