我使用的是WAMP,不小心在phpMyAdmin图形用户界面中禁用了DELETE权限。我已经尝试了很多方法,比如mysql_upgrade和更改密码。但是,当我尝试添加DELETE权限时,仍然获得error #1045: Access denied for user root@localhost。如何将全部权限授予root@localhost?
我已经使用--skip-grant-tables选项登录到MySQL。但我不知道如何将所有权限返回给root用户。. * TO 'root'@'localhost';# 1290 - The MySQL server is running with the --skip-grant-tablesoption so it cannot execute this statementGRANT ALL P