mysql 提权等命令 create user root@'%' identified by '123456';grant all on *.* to root;flush privileges;//这样就可以用本机的真ip作为登录了linux 命令(查看端口):netstat -antpl提权命令:sudo chown -R www-data:www-data . 笔记 2023-05-10 42 点赞 0 评论 63 浏览