problem when move from localhost to website - Joomla! Forum - community, help and support


please when move local host website when move sql database
export > import show problem:
error
sql query:


create table `er0c5_assets` (
`id` int(10) unsigned not null comment 'primary key',
`parent_id` int(11) not null default '0'comment
)
mysql said: documentation

#1064 - have error in sql syntax; check manual corresponds mysql server version right syntax use near ')' @ line 4
thx :-[ :-[ :-[ :-[ :-[ :-[

the problem on line 3 `parent_id` int(11) not null default '0'comment, have not added specified "comment" on line. sql statement should have appeared this!

create table `er0c5_assets` (
`id` int(10) unsigned not null comment 'primary key',
`parent_id` int(11) not null default '0' comment 'parent id'
)

where 'parent id' specified comment
hope work you





Comments

Popular posts from this blog

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support