By 25 Agosto 2017 0 Comments

Mysql Errore 1064 – right syntax to use near TYPE=MyISAM

Se in fase di importazione si ricevere l’errore (esempio) : 

ERROR 1064 (42000) at line 4967: 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 ‘TYPE=MyISAM AUTO_INCREMENT=1’ at line 12

bisogna modificare il file .sql prima dell’importazione.
Modificare : TYPE=MyISAM
in ENGINE=MyISAM

mysql 1064, errore 1064 mysql, right syntax to use near TYPE=MyISAM, MyISAM, errore 1064 MyISAM, ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax

Posted in: Mysql

About the Author:

shared on wplocker.com