Help in uploading .sql
#1

Need Help to import sql database .

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
Reply


Messages In This Thread
Help in uploading .sql - by Rizer - 08.02.2015, 15:38
Re: Help in uploading .sql - by NoSoap - 08.02.2015, 15:47
Re: Help in uploading .sql - by Sascha - 08.02.2015, 15:53
Re: Help in uploading .sql - by Vince - 08.02.2015, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)