Jump to content
  • 0

Problema baza de date


MAXYMUSS

Question

Problema intalnita (descriere): Nu pot importa baza de date , gamemode hardroleplay
Ero(area / rile) / warning-(ul / urile):-
Liniile de cod / sursa / script-ul:

--
-- Bază de date: `hardrole_website`
--
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `accounts`
--
CREATE TABLE IF NOT EXISTS `accounts` (

`ID` int( 12 ) NOT NULL AUTO_INCREMENT ,
`Username` varchar( 24 ) DEFAULT NULL ,
`Password` varchar( 129 ) DEFAULT NULL ,
`RegisterDate` varchar( 36 ) DEFAULT NULL ,
`LoginDate` varchar( 36 ) DEFAULT NULL ,
`IP` varchar( 16 ) DEFAULT 'n/a',
`Email` text NOT NULL ,
PRIMARY KEY ( `ID` )

) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =678;



MySQL said: b_help.png

#1046 - No database selected

Imagini / Video (optional):-
Ati incercat sa rezolvati singur?:-

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.