08.02.2015, 15:38
Need Help to import sql database .
everytime i do it it they ,
everytime i do it it they ,
Код:
Error SQL query: -- -- Database: `ngrp` -- -- -------------------------------------------------------- -- -- Table structure for table `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Online` int(11) NOT NULL DEFAULT '0', `UpdateDate` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, `RegiDate` datetime DEFAULT NULL, `LastLogin` datetime DEFAULT NULL, `Username` varchar(32) NOT NULL DEFAULT '', `Key` varchar(256) NOT NULL DEFAULT '', `Email` varchar(256) NOT NULL DEFAULT '', `IP` varchar(32) NOT NULL DEFAULT '0.0.0.0', `SecureIP` varchar(32) NOT NULL DEFAULT '0.0.0.0', `Registered` int(11) NOT NULL DEFAULT '0', `ConnectedTime` int(11) NOT NULL DEFAULT '0', `Sex` int(11) NOT NULL DEFAULT '1', `Age` int(11) NOT NULL DEFAULT '18', `BirthDate` date NOT NULL DEFAULT '0000-00-00', `Band` int(11) NOT NULL DEFAULT '0', `PermBand` int(11) NOT NULL DEFAULT '0', `Warnings` int(11) NOT NULL DEFAULT '0', `Disabled` int(11)[...] MySQL said: Documentation #1046 - No database selected