摘要:
在本机先使用root用户登录mysql: mysql -u root -p"youpass" 进行授权操作: mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'youpassword' WITH GRANT OPTION; 阅读全文
摘要:
https://blog.csdn.net/cao849861802/article/details/126039190 阅读全文