mysql -uroot -p密码
grant all privileges on *.* to ‘IP地址‘ identified by ‘密码‘ with grant option;
flush privileges;
时间: 2024-11-06 18:14:17
mysql -uroot -p密码
grant all privileges on *.* to ‘IP地址‘ identified by ‘密码‘ with grant option;
flush privileges;