Kod
mysql> show grants;
+-------------------------------------------------------------------------------------------------------------+
| Grants for root@localhost |
+-------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*haslo' |
+-------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
+-------------------------------------------------------------------------------------------------------------+
| Grants for root@localhost |
+-------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*haslo' |
+-------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
Jak naprawić aby root miał wszystkie przywileje
