Solutions
-
Leandrowebmaster's post in (Resolvido)tabela mysql simples was marked as the answerexecute em seu banco de dados essa query!
CREATE TABLE IF NOT EXISTS 'pkr.players_online' ( `player_id` int(11) NOT NULL DEFAULT '0', `id` int(11) NOT NULL DEFAULT '0', `p` int(11) NOT NULL DEFAULT '0', `g` int(11) NOT NULL DEFAULT '0', `guild_id` int(11) NOT NULL DEFAULT '0', `guilds` int(11) NOT NULL DEFAULT '0', `guild_membership` int(11) NOT NULL DEFAULT '0', `name` int(11) NOT NULL DEFAULT '0', `gname` int(11) NOT NULL DEFAULT '0', `level` int(11) NOT NULL DEFAULT '0', `vocation` int(11) NOT NULL DEFAULT '0', `players_online` int(11) NOT NULL DEFAULT '0', `gm` int(11) NOT NULL DEFAULT '0', `attributes` blob NOT NULL ); -
Leandrowebmaster's post in (Resolvido)table players_online znoteacc was marked as the answerexecuta essa query em seu banco de dados
CREATE TABLE IF NOT EXISTS `pkr.players_online` ( `player_id` int(11) NOT NULL DEFAULT '0', `id` int(11) NOT NULL DEFAULT '0', `p` int(11) NOT NULL DEFAULT '0', `g` int(11) NOT NULL DEFAULT '0', `guild_id` int(11) NOT NULL DEFAULT '0', `guilds` int(11) NOT NULL DEFAULT '0', `guild_membership` int(11) NOT NULL DEFAULT '0', `name` int(11) NOT NULL DEFAULT '0', `gname` int(11) NOT NULL DEFAULT '0', `level` int(11) NOT NULL DEFAULT '0', `vocation` int(11) NOT NULL DEFAULT '0', `players_online` int(11) NOT NULL DEFAULT '0', `gm` int(11) NOT NULL DEFAULT '0', `attributes` blob NOT NULL );