Navicat链接腾讯云阿里云服务器mysql mysql -u root -p use mysql; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION; flush privileges; select host,user from user; 相关文章: 2021-12-07 2022-02-07 2021-11-24 2019-12-26 2021-10-16 2022-01-02 2021-08-25 2021-09-14