Hoi allemaal,
Ik probeer een database van de ene server over te zetten naar de andere maar ik krijg constant een error in phpMyadmin:
CREATE TABLE `jos_artave_artists` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`name` text NOT NULL ,
`genre` int( 11 ) NOT NULL default '0',
`website` text,
`website_alias` text,
`introtext` mediumtext,
`fulltext` mediumtext,
`image` text,
`published` tinyint( 1 ) NOT NULL default '0',
`ordering` int( 11 ) NOT NULL default '0',
`hits` int( 11 ) NOT NULL default '0',
`created_by` int( 11 ) NOT NULL default '0',
`created_on` varchar( 8 ) NOT NULL default '',
PRIMARY KEY ( `id` ) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =5
MySQL retourneerde:
#1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ' at line 34
Iemand een idee?
Ik probeer een database van de ene server over te zetten naar de andere maar ik krijg constant een error in phpMyadmin:
CREATE TABLE `jos_artave_artists` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`name` text NOT NULL ,
`genre` int( 11 ) NOT NULL default '0',
`website` text,
`website_alias` text,
`introtext` mediumtext,
`fulltext` mediumtext,
`image` text,
`published` tinyint( 1 ) NOT NULL default '0',
`ordering` int( 11 ) NOT NULL default '0',
`hits` int( 11 ) NOT NULL default '0',
`created_by` int( 11 ) NOT NULL default '0',
`created_on` varchar( 8 ) NOT NULL default '',
PRIMARY KEY ( `id` ) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =5
MySQL retourneerde:
#1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ' at line 34
Iemand een idee?