Jump to content
  • 0

Question

Posted

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?:-

2 answers to this question

Recommended Posts

  • 0
Posted
Dupa ce te loghezi in phpmyadmin.ar trebui sa ai in partea stanga un meniu cu bazele da date, alegi baza pe care o vrei si apoi poti da import.
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.