• 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!

Erro mysql Znote AAC

ZORAM

New Member
Joined
Aug 6, 2013
Messages
27
Reaction score
0
Hello Guys,

I have a problem with Znote AAC I am afraid the error image below.
If someone can help me I will be grateful! Thanks.

Print:
4U9IPbN.png


Code:

Code:
CREATE TABLE IF NOT EXISTS `znote` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`version` varchar(30) NOT NULL COMMENT 'Znote AAC version',
`installed` int(10) NOT NULL,
`cached` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;# MySQL returned an empty result set (i.e. zero rows).


INSERT INTO `znote` (`version`, `installed`) VALUES
('$version', '$time');# 1 row affected.


CREATE TABLE IF NOT EXISTS `znote_accounts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`account_id` int(11) NOT NULL,
`ip` int(10) NOT NULL,
`created` int(10) NOT NULL,
`points` int(10) DEFAULT 0,
`cooldown` int(10) DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;# MySQL returned an empty result set (i.e. zero rows).


INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`) VALUES
('1', '0', '$time');# 1 row affected.


CREATE TABLE IF NOT EXISTS `znote_news` (
`id` int(11) NOT NULL[...]

a big hug and be with God!

Note: I've used XAMPP, WAMP, EasyPHP and now testing the UniServerZ and still get the same error.

Sorry my english I'm learning!
 
When "MySQL returned an empty result set" it means that all is well, same as the "1 row affected" thing.
Thank you and before I received this error and then another error in the accounts in ZNote table and also not create accounts but was now Thank you.
 
Back
Top