Provato
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;
Ottenere
ERRORE 1064 (42000): hai un errore nella sintassi SQL; controlla il manuale che corrisponde alla versione del tuo server MySQL per la sintassi corretta da usare vicino a 'IDENTIFICATO DA' root 'CON GRANT OPTION' alla riga 1.
Nota: lo stesso funziona se provato nelle versioni precedenti.
Anche provato
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
Ottenere
ERRORE 1410 (42000): non è consentito creare un utente con GRANT
Il nome utente / password di MySQL (8.0.11.0) è root / root.
mysql -u root -p
, quindi inserendo la password di root. Poi ho provato GRANT GRANT OPTION ON *.* TO 'root'@'%';
e ottengo l'erroreERROR 1410 (42000): You are not allowed to create a user with GRANT