• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Nicaw acc problem

Dator tek

Mapper, Scripter
Joined
Dec 19, 2007
Messages
97
Reaction score
0
Location
Sweden
I got problem with nicaw acc when i import it it says

CREATE TABLE `nicaw_accounts` (
`account_id` int(10) unsigned NOT NULL,
`rlname` varchar(50) NULL,
`location` varchar(50) NULL,
`comment` tinytext NULL,
`recovery_key` char(32) NULL,
UNIQUE KEY `account_id` (`account_id`)
) ENGINE = InnoDB;# MySQL returnerade ett tomt resultat (dvs inga rader).


CREATE TABLE `nicaw_account_logs` (
`id` int(10) unsigned NOT NULL auto_increment,
`account_id` int(11) NOT NULL,
`ip` int(11) NOT NULL,
`date` int(11) NOT NULL,
`action` varchar(255) NOT NULL,
UNIQUE KEY `id` (`id`),
KEY `account_id` (`account_id`)
) ENGINE = InnoDB;# MySQL returnerade ett tomt resultat (dvs inga rader).


CREATE TABLE `nicaw_news` (
`id` int(10) unsigned NOT NULL auto_increment,
`title` varchar(64) NOT NULL,
`creator` varchar(25) NOT NULL,
`date` int(11) NOT NULL,
[...]

and when i create account on the website it says:


Unable to connect to mysql server. Please make sure it is up and running and you have correct user/password in config.inc.php.
sql.php on line: 32
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.


please help.. i use xampp 1.6.6a
 
Back
Top