Mysql Problem!
#2

Well .. make create the database ucp ( if you didn't already ) and the user default for xampp is root and no password..but if you want to host it for players you should make an username and password and when you start the server it should create the tables automatically .. if not copy
PHP код:
CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(41), score INT(20), money INT(20), IP VARCHAR(16)) 
When in DB press Sql and then paste that code in.. and it should work.. if you can't do it.. send me your skype or something and i can help.
Reply


Messages In This Thread
Mysql Problem! - by 3RoR - 01.11.2012, 12:30
Re: Mysql Problem! - by InfiniTy. - 01.11.2012, 12:36
Re: Mysql Problem! - by DBan - 01.11.2012, 12:38
Re: Mysql Problem! - by 3RoR - 01.11.2012, 12:43
Re: Mysql Problem! - by InfiniTy. - 01.11.2012, 12:46
Re: Mysql Problem! - by DBan - 01.11.2012, 12:46
Re: Mysql Problem! - by 3RoR - 01.11.2012, 12:48
Re: Mysql Problem! - by InfiniTy. - 01.11.2012, 12:49
Re: Mysql Problem! - by 3RoR - 01.11.2012, 12:55
Re: Mysql Problem! - by InfiniTy. - 01.11.2012, 12:57

Forum Jump:


Users browsing this thread: 1 Guest(s)