SA-MP Forums Archive
Question regarding mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Question regarding mysql (/showthread.php?tid=649097)



Question regarding mysql - alexjanjaj - 02.02.2018

Hey guys,so i wanted to ask something related to mysql and samp.
I never used mysql on my samp server but i guess its time.
My only question is where do i actually run the mysql server?
Do i just install xamp and run it localy or do i need a hosting provider?


Re: Question regarding mysql - doreto - 03.02.2018

You could install it locally using bundle programs such as XAMPP, WAMPP or just install MySQL alone. This will be used for your development environment. When you're ready to use your code for other players to connect, you will need to install MySQL on your VPS or one-click depending on your hosting/gamehost provider.


Re: Question regarding mysql - alexjanjaj - 03.02.2018

I will be running my server on a windows vps,do you think it will work fine if i just install xampp there and run mysql localy on the vps itself?


Re: Question regarding mysql - PepsiCola23 - 03.02.2018

Quote:
Originally Posted by doreto
Посмотреть сообщение
When you're ready to use your code for other players to connect, you will need to install MySQL on your VPS or one-click depending on your hosting/gamehost provider.
you can also let people connect on your server even if you`re localhosting it via xampp or other stuff.so its not necessary to have a vps for people to connect.


Re: Question regarding mysql - alexjanjaj - 03.02.2018

Sweet,thank you