Jump to content

Question

Posted

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, `[...]

5 answers to this question

Recommended Posts

  • 0
Posted

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

 

  • 0
Posted

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)

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.