Jump to content

Erreur De Syntax Sur Db_Structure.sql


Recommended Posts

Bonjour / Bonsoir,

 

En parallèle à un autre post ou j'ai une erreur à l'installation ( à 12% ), je me suis lancé sur le fichier install/data/db_structure.sql

 

Je précise que j'utilise:

 

WAMPSERVER 3.0 avec:

 - Apache 2.4.17

 - PHP 5.6.15

 - Mysql 5.7.9

Le tout sous windows 7 64bits

 

J'ai tenté de créer la base de donnée en le contenu du fichier directement sur myphpadmin.

 

je commence tout juste et là voici la première erreur:

CREATE TABLE `PREFIX_access` (
  `id_profile` int(10) unsigned NOT NULL,
  `id_tab` int(10) unsigned NOT NULL,
  `view` int(11) NOT NULL,
  `add` int(11) NOT NULL,
  `edit` int(11) NOT NULL,
  `delete` int(11) NOT NULL,
  PRIMARY KEY (`id_profile`,`id_tab`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8 COLLATION;

MySQL a répondu: Documentation
#1064 - Erreur de syntaxe près de 'COLLATION' à la ligne 9

Ne faudrait-il pas corrigé comme ceci ?

ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8 COLLATE=utf8_xxx;

Et autre question, COLLATION ou COLLATE est-il vraiment nécessaire ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...