Hallo!
mysql Ver 8.0.16
mysql> CREATE DATABASE egroupware;
mysql> GRANT ALL ON egroupware.* TO egroupware@localhost IDENTIFIED BY ‘mypassword’;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘IDENTIFIED BY ‘mypassword’’ at line 1
schlägt fehl.
CREATE USER ‘egroupware’@‘localhost’ IDENTIFIED BY ‘mypasswd’;
GRANT ALL ON egroupware.* TO ‘egroupware’@‘localhost’;
funktioniert, aber Re-Check my databse bei Schritt 1 bleibt negativ.
Was kann ich tun?
Grüße
Andreas