How can I restore the MySQL root user's full privileges ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
How can I restore the MySQL root user's full privileges ...
2009年11月11日 - UPDATE mysql.user SET Grant_priv = 'Y', Super_priv = 'Y' WHERE User = 'root'; # MySQL returned an empty result set (i.e. zero rows). FLUSH ...