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;

Navicat链接腾讯云阿里云服务器mysql
Navicat链接腾讯云阿里云服务器mysql
Navicat链接腾讯云阿里云服务器mysql

相关文章: