Jump to content

ERRORE AL MOMENTO DELL'INSERIMENTO NEL DATABASE


lucadilodo

Recommended Posts

Buonasera a tutti, dopo vari tentativi nel momento della configurazione sistema (passaggio 3) mentre cerco di passare al passaggio successivo mi appare questo messaggio di errore:

 

Errore al momento dell'inserimento nel database:

'CREATE TABLE `ps_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=InnoDB DEFAULT CHARSET=utf8'

The \'InnoDB\' feature is disabled; you need MySQL built with \'InnoDB\' to have it working(Errore: : 1289)

 

Da cosa può dipendere???

 

Nell'attesa di un vostro aiuto vi ringrazio anticipatamente

Luca

Link to comment
Share on other sites

Buonasera a tutti, dopo vari tentativi nel momento della configurazione sistema (passaggio 3) mentre cerco di passare al passaggio successivo mi appare questo messaggio di errore:

 

Errore al momento dell'inserimento nel database:

'CREATE TABLE `ps_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=InnoDB DEFAULT CHARSET=utf8'

The \'InnoDB\' feature is disabled; you need MySQL built with \'InnoDB\' to have it working(Errore: : 1289)

 

Da cosa può dipendere???

 

Nell'attesa di un vostro aiuto vi ringrazio anticipatamente

Luca

 

Invece di InnoDB prova a mettere Myisam nel momento della creazione del Data Base

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...