[Tutorial] How to Run [MYSQL]Game mode [Database part] - 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)
+---- Forum: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] How to Run [MYSQL]Game mode [Database part] (
/showthread.php?tid=525337)
How to Run [MYSQL]Game mode [Database part] -
IDarkness - 11.07.2014
Hello to all of samp forums members
my greetings and then , today i would like to help alot of people who are actually afraid from a word called MYSQL
because they can't import the gamemode's data base .
i've seen alot of tutorials at the forums but i will try to be more detailed at this newbie's tut.
Let's start first of all we need to download wamp
Download it from here
Then after seting it up we can double click at its icon
After that you are going to check if its active from your taskbar you will see it with green color
Then you now you have to click on that green icon at the taskbar
you will see a menu and you gonn choose PhpMyAdmin from it
A new explorer window will appear you will be able to see at the top of it something called data bases
Click on database then you will be able to see
Note: you can rite any name you want and the name will be edited from the scriptfiles
EG: I will name my db sampforums
you will be able to see your database at the left side of the screen like that
importing time
now you have to click at Import
Then import the your database
Now we are done with WAMP Just you can close the explorer window but dont close the WAMP from the taskbar because your server will not run without it
Same and we are done , enjoy , if you needed any more support or info feel free to PM Me
Re: How to Run [MYSQL]Game mode [Database part] -
Vince - 11.07.2014
That last part (mysql, mysql_remote) is specific to one particular gamemode and does NOT apply to any other gamemodes. Thus it is fairly useless to mention that in a generic tutorial. Also you should not run under the root account. Create a user and set restrictions.
Re: How to Run [MYSQL]Game mode [Database part] -
LivingLikeYouDo - 13.07.2014
Hehe, thanks! I never really got to be able to learn using MySQL, but thank you so much!
Re: How to Run [MYSQL]Game mode [Database part] -
IDarkness - 21.07.2014
No problems if you needed anyhelp just tell me
Re: How to Run [MYSQL]Game mode [Database part] -
IDarkness - 24.08.2014
i think none liekd my tut anymore
Re: How to Run [MYSQL]Game mode [Database part] -
Gogorakis - 24.08.2014
I think that XAMPP is easier than WAMPP..
Re: How to Run [MYSQL]Game mode [Database part] -
IDarkness - 30.08.2014
But givin a back ground about wamp is cool too
Re: How to Run [MYSQL]Game mode [Database part] -
Abagail - 05.09.2014
What is mysql.cfg and mysql_remote.cfg? I dont believe I can find that in my scriptfiles, *cough*. Not very helpful, - all you show is how to import a .sql file.
Re: How to Run [MYSQL]Game mode [Database part] -
IDarkness - 07.09.2014
you can find them at some scripts
Re: How to Run [MYSQL]Game mode [Database part] -
rymax99 - 06.10.2014
Quote:
Originally Posted by Gogorakis
I think that XAMPP is easier than WAMPP..
|
Neither should be used in a production environment.