摘要: use mysql; create user 'root'@'%' identified by '密码'; grant all on *.* to 'root'@'%'; select host, user from user; 阅读全文
posted @ 2021-01-13 08:39 1222aaa 阅读(42) 评论(0) 推荐(0)