ciao a tutti,
sto tentando di inserire dei dati nel mio DB (classe 6) per fare delle prove con wordpress (finora installato in locale), però non riesco ad importare le tabelle del db esistente (file sql creato con phpmyadmin).
Non riesco a capire dove sia l'errore, tuttavia: il codice è questo (basta la prima parte, tanto da errore subito):
Codice:
CREATE TABLE `wp_categories` (
`cat_ID` bigint(20) NOT NULL auto_increment,
`cat_name` varchar(55) NOT NULL default '',
`category_nicename` varchar(200) NOT NULL default '',
`category_description` longtext NOT NULL,
`category_parent` bigint(20) NOT NULL default '0',
`category_count` bigint(20) NOT NULL default '0',
PRIMARY KEY (`cat_ID`),
KEY `category_nicename` (`category_nicename`)
) TYPE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
e l'errore riportato questo:
#1064 - 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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 14
qualcuno mi può aiutare?
EDIT: scusatemi, mi sono accorto tardi di aver sbagliato sezione. Qualche mod/admin può spostare il topic? Grazie.
Sposto in livello 4 visto che si parla di WorPress. Comunque non ti preoccupare, sempre MySql è!