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

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -