“Host ‘xxxx‘ is not allowed to connect to this MySQL server“

tanhuanzheng發表於2020-10-21
use mysql;
update user set host='%' where user='root';
flush privileges;

相關文章