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

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -