SA-MP Forums Archive
Hey, Help with Sql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hey, Help with Sql (/showthread.php?tid=400753)



Hey, Help with Sql - Jermi - 20.12.2012

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


Re: Hey, Help with Sql - eesh - 20.12.2012

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


Re: Hey, Help with Sql - Jermi - 20.12.2012

Which .sql file i get with the script?


Re: Hey, Help with Sql - eesh - 20.12.2012

which script are you using?


Re: Hey, Help with Sql - Jermi - 20.12.2012

New Town ROleplay? ...IT is all with mysql...Registering...Logging...etc...So i want to know that .sql...Cuz i am tired i hope i run my script on database on windows


Re: Hey, Help with Sql - eesh - 20.12.2012

link to the gamemode?(if you have downloaded it from here)


Re: Hey, Help with Sql - Roel - 20.12.2012

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.


Re: Hey, Help with Sql - Jermi - 20.12.2012

I fixed it i fixed it , Thanks for helping anymore