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; 相关文章: 2022-02-07 2021-11-24 2021-10-16 2022-01-18 2021-09-14 2021-04-04 2022-01-10 2021-11-30