Zet het volgende in een bestand:
GRANT ALL ON *.* TO 'root'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
De herstart mysqld
met de --init-file
optie die dat bestand specificeert.
Zet het volgende in een bestand:
GRANT ALL ON *.* TO 'root'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
De herstart mysqld
met de --init-file
optie die dat bestand specificeert.