update mysql.user set Super_priv='Y' where User='root'; flush privileges;
注意权限更新完成需要退出session重新连接,否则还会提供没有权限