MySQL Forums
Forum List  »  Italian

MySQL ERROR 1064
Posted by: Tommaso Miranda
Date: March 21, 2019 03:40AM

Ciao a tutti,
io dovrei eseguire dalla console di mysql questo comando:


CREATE USER ‘iris’@’localhost’ IDENTIFIED BY ‘iris’
CREATE DATABASE iris
GRANT ALL ON iris.* TO iris@localhost
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));


Ma mi restituisce questo errore:
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 '‘iris’

CREATE DATABASE iris
GRANT ALL ON iris.* TO iris@localhost
SET GLOBA' at line 1



Le ho provate tutte. Qualcuno può aiutarmi?


Grazie

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL ERROR 1064
1042
March 21, 2019 03:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.