mysql - The code is start of sample data for Joomla Radon template. Syntax error appears in line 9. Unfortunately I did not find what is wrong -
database: radon
table structure table #__acymailing_config
drop table if exists `#__acymailing_config`; create table `#__acymailing_config` ( `namekey` varchar(200) not null, `value` text ) engine=myisam default charset=utf8;
dumping data table #__acymailing_config
you can't create table name #__acymailing_config
. put prefix instead of #__
cheers , have fun!
Comments
Post a Comment