Jump to content

seintitus

Members
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by seintitus

  1. Hello. I am having problem having my php script website load and i am suspecting the problem to be on .htaccess file since i have loaded the same script on 000webhost for testing purposes and it loads well. Kindly help me with my .htaccess file. My cpannel username is tchesoen and the url related to the script in question is www.esoko.cu.cc I am here attaching .htaccess file that i am using. kind regards, Titus
  2. I am getting an error while trying to import database on mysql 5.5. Here is the error: Error SQL query: CREATE TABLE `dp_banks` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT , `owner` INT( 11 ) NOT NULL DEFAULT '0', `bname` VARCHAR( 128 ) NOT NULL DEFAULT '', `baddress` VARCHAR( 128 ) NOT NULL DEFAULT '', `bcity` VARCHAR( 64 ) NOT NULL DEFAULT '', `bzip` VARCHAR( 16 ) NOT NULL DEFAULT '', `bcountry` CHAR( 2 ) NOT NULL DEFAULT '', `bstate` VARCHAR( 32 ) NOT NULL DEFAULT '', `bphone` VARCHAR( 32 ) NOT NULL DEFAULT '', `bnameacc` VARCHAR( 128 ) NOT NULL DEFAULT '', `baccount` VARCHAR( 32 ) NOT NULL DEFAULT '', `btype` CHAR( 2 ) NOT NULL DEFAULT '', `brtgnum` VARCHAR( 9 ) NOT NULL DEFAULT '', `bswift` VARCHAR( 32 ) NOT NULL DEFAULT '', `status` TINYINT( 1 ) NOT NULL DEFAULT '0', `default` TINYINT( 1 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` )) TYPE = MYISAM AUTO_INCREMENT =1; MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=1' at line 19
×
×
  • Create New...