MYSQL :P
#5

Код:
SQL-frеga:




--
-- Database: `sampsrv`
--

-- --------------------------------------------------------

--
-- 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([...]
MySQL sa: Dokumentation

#1046 - No database selected
Reply


Messages In This Thread
MYSQL :P - by LemonPunch - 16.05.2014, 21:22
Re: MYSQL :P - by Sithis - 16.05.2014, 21:29
Re : MYSQL :P - by LemonPunch - 16.05.2014, 21:29
Re: MYSQL :P - by Konstantinos - 16.05.2014, 21:32
Re : MYSQL :P - by LemonPunch - 16.05.2014, 22:02
Re : MYSQL :P - by LemonPunch - 16.05.2014, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)