Jump to content
  • 0

Problema Database.sql


HusKy_=]

Question

Am un server pe mysql si vreau sa i bag data de baze in phpmyadmin ca cei de la host mi au facut cont pe acel site php.

si am nevoie de ajutor pentru chestia asta cand dau sa importez data de baze imi da asta :

-- -- Database: `database` -- -- -------------------------------------------------------- -- -- Structura de tabel pentru tabelul `Accounts` -- CREATE TABLE IF NOT EXISTS `Accounts` ( `ID` int(11) NOT NULL, `Name` varchar(24) NOT NULL, `Password` varchar(34) NOT NULL, `IP` text, `E-Mail` text, `LoggedIn` int(11) NOT NULL, `RegisterDate` text, `LastOn` text, `Language` int(11) NOT NULL, `Level` int(11) NOT NULL, `VIP` int(11) NOT NULL, `Cash` int(11) NOT NULL, `Score` int(11) NOT NULL, `Coins` int(11) NOT NULL, `Credits` int(11) NOT NULL, `Headshots` int(11) NOT NULL, `Kills` int(11) NOT NULL, `Deaths` int(11) NOT NULL, `Hours` int(11) NOT NULL, `Minutes` int(11) NOT NULL, `Seconds` int(11) NOT NULL, `BestKillings` int(11) NOT NULL, `KillingSpree` int(11) NOT NULL, `FavSkin` int(11) NOT NULL, `UseSkin` int(11) NOT NULL, `FavColor` int(11) NOT NULL, `House` int(11) NOT NULL, `Property` int(11) NOT NULL, `Description1` text, `[...]

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

deci dau la importa unde sa bag data de baze database.sql de la server in care sa mearga comenzile /credits si levelul admin si etc..

si nu functioneaza imi da aceea eroare

-- -- Database: `database` -- -- -------------------------------------------------------- -- -- Structura de tabel pentru tabelul `Accounts` -- CREATE TABLE IF NOT EXISTS `Accounts`  si din cate am inteles trb sa fac acest tabel dar nu stiu cum...

 

Link to comment
Share on other sites

  • 0

Aia nu eroare, dar am copiat ce ai postat mai sus si e din cauza ca acel comentariu inainte de CREATE TABLE IF NOT EXISTS `Accounts` nu e terminat ,deci totul este ignorat

Incearca sa copiezi din acel fisier sql tot ce este de la TE TABLE IF NOT EXISTS `Accounts` si mai departe si copaiza-le in phpmyadmin dupa ce apesi pe butonul SQL (selectezi baza de date inainte)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.