Posts: 461
Threads: 124
Joined: Jan 2012
Reputation:
0
Hi guys...I am running a Windows Mysql script but It don't load cuz it needs to make a database
I have Xampp Can you help to make Database then Let the server work on windows with database please? ...THanks
Posts: 194
Threads: 2
Joined: Mar 2012
Reputation:
0
1. Goto 127.0.0.1/phpmyadmin in your browser
2. Click Databases
3. Create Database
4. Create the required tables or import the .sql file you get with the script
5. edit the mysql login info in the script and compile
6. run server
Posts: 461
Threads: 124
Joined: Jan 2012
Reputation:
0
Which .sql file i get with the script?
Posts: 194
Threads: 2
Joined: Mar 2012
Reputation:
0
which script are you using?
Posts: 194
Threads: 2
Joined: Mar 2012
Reputation:
0
link to the gamemode?(if you have downloaded it from here)
Posts: 727
Threads: 79
Joined: Mar 2012
Reputation:
0
Normaly this gamemode download package should include a .sql file if it is running on .sql, or all the tables get created when you startup the script, if this is both not correct then you should contact the person who released the gamemode, also be sure your gamemode is able to connect with your database, which you normaly can find at the top of the script somewhere in a define.
Posts: 461
Threads: 124
Joined: Jan 2012
Reputation:
0
I fixed it i fixed it , Thanks for helping anymore