*uhg* This is what I keep getting for EVERY single TQ Database:
Code:
[Err] 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' at line 13
[Err] CREATE TABLE `account` (
`id` int(4) unsigned zerofill NOT NULL auto_increment,
`name` varchar(32) binary NOT NULL default '',
`password` varchar(32) binary NOT NULL default '',
`reg_date` datetime default NULL,
`netbar_ip` varchar(15) default '127.0.0.1',
`superpass` varchar(20) default '',
`lock` int(1) NOT NULL default '0',
PRIMARY KEY (`id`),
UNIQUE KEY `index_name_pass` (`name`,`password`),
UNIQUE KEY `index_username` (`name`),
KEY `index_isp` (`netbar_ip`)
) TYPE=MyISAM;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
I've reinstalled and installed Navicat 9.0 and 8.2, both didn't work.
I reinstalled 2.6.0 of AppServ... didn't work.
Same error each time. None of my friends know why it's happening either. =\
It happens when I try to execute the SQL File into the Database.