(Não sei se esse topico é o certo, me desculpem caso tenha postado errado.
Olá pessoal, estou precisando de uma ajuda.
obs: sou muito leigo nisso, estou aprendendo ainda, quem puder me ajudar não só com isso, fico muito agradecido.
Ao colocar o arquivo .sql no phpmyadmin está dando o devido erro:
---- Database: `pokemon`---- ------------------------------------------------------------ Table structure for table `accounts`--CREATE TABLE IF NOT EXISTS `accounts` (`id` int(11) NOT NULL, `name` varchar(32) NOT NULL DEFAULT '', `password` varchar(255) NOT NULL, `premdays` int(11) NOT NULL DEFAULT '0', `lastday` int(10) unsigned NOT NULL DEFAULT '0', `email` varchar(255) NOT NULL DEFAULT '', `key` varchar(128) NOT NULL DEFAULT '', `blocked` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'internal usage', `warnings` int(11) NOT NULL DEFAULT '0', `group_id` int(11) NOT NULL DEFAULT '1', `viptime` int(11) NOT NULL DEFAULT '0', `page_access` int(11) DEFAULT NULL, `page_lastday` int(11) DEFAULT NULL, `email_new` varchar(255) DEFAULT NULL, `email_new_time` int(15) DEFAULT NULL, `rlname` varchar(255) DEFAULT NULL, `location` varchar(255) DEFAULT NULL, `created` int(16) DEFAULT NULL, `email_code` varchar(255) DEFAULT NULL, `next_email` int(11) DEFAULT NULL, `premium_points` int(11) DEFAULT NULL, `nickname` char(48) DEFAULT NULL, `avatar` char(48) DEFAULT NULL, `about_me` text, `create_ip` int(11) NOT NULL, `create_date` int(11) NOT NULL, `last_post` int(11) NOT NULL, `flag` int(11) NOT NULL, `vip_time` int(15) NOT NULL DEFAULT '0', `guild_points` int(15) NOT NULL DEFAULT '0', `vote` int(15) NOT NULL DEFAULT '0', `p_points` int(11) NOT NULL DEFAULT '0') ENGINE=InnoDB AUTO_INCREMENT=4900 DEFAULT CHARSET=latin1;