
Publish_down datetime NOT NULL default ' 00:00:00', Publish_up datetime NOT NULL default ' 00:00:00', Sticky tinyint(1) unsigned NOT NULL default '0', ShowBanner tinyint(1) NOT NULL default '0',Ĭhecked_out tinyint(1) NOT NULL default '0',Ĭhecked_out_time datetime NOT NULL default ' 00:00:00',Ĭatid int(10) unsigned NOT NULL default '0', Imageurl varchar(100) NOT NULL default '',Ĭlickurl varchar(200) NOT NULL default '', `type` varchar(30) NOT NULL default 'banner',
GODADDY PHPMYADMIN CODE
and here is the code from the backup copy from the current database on the server. *!40101 SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */ ĬREATE DATABASE IF NOT EXISTS mis0927604274057 ĭoes it look right. I have also tried dropping all the tables first in the the database, still get the same error.Ĭode: Select all - MySQL Administrator dump 1.4 *!40000 ALTER TABLE `jos_RSFORM_COMPONENTS` ENABLE KEYS */ Īny ideas why i am getting this error please. INSERT INTO `jos_RSFORM_COMPONENTS` (`ComponentId`,`FormId`,`ComponentTypeId`,`Order`,`Published`) VALUES ) ENGINE=MyISAM AUTO_INCREMENT=355 DEFAULT CHARSET=latin1 `Published` tinyint(1) NOT NULL DEFAULT '1', `ComponentTypeId` int(11) NOT NULL DEFAULT '0', `ComponentId` int(11) NOT NULL AUTO_INCREMENT, Definition of table `jos_RSFORM_COMPONENTS`ĭROP TABLE IF EXISTS `jos_RSFORM_COMPONENTS`

*!40000 ALTER TABLE `jos_RSFORM_COMPONENTS` DISABLE KEYS */

Dumping data for table `jos_RSFORM_COMPONENTS` My problem is i am encounter this error when i try to import my sql file which contains all the data for the site i am moving over: It creates a database on the fly so no need to add the database details in the configuration.php file as they are already there.
GODADDY PHPMYADMIN INSTALL
I have done a fresh joomla install using their resource in cpanel. I am trying to move a joomla site to godaddy's server.
