MYSQL Setup help? - 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: MYSQL Setup help? (
/showthread.php?tid=418937)
MYSQL Setup help? -
MikkaVanBuuren - 26.02.2013
I have a mySQL script which I want to be optimized to be used for my server , can I use webhosting mySQL database and PHPMyadmin? What do I do?
Re: MYSQL Setup help? -
Vince - 26.02.2013
No. External databases are too slow.
Re: MYSQL Setup help? -
3ventic - 27.02.2013
You can use it if the webhosting allows you to. More often than not they block external connections to their mysql. To try it out, just replace the mysql connection info in your script with those given by your webhost. It will most likely be slower than file-based system though, like Vince pointed out.
Re: MYSQL Setup help? -
PabloDiCostanzo - 27.02.2013
Check
volt-host. Is the most comlete hosting I ever seen.
Re: MYSQL Setup help? -
Height - 27.02.2013
If you use external MySQL server of a webhost, it will be too slow as there are ping difference between server host and webhost. Also some webhost dosent allow external MySQL connections. If your server host provides webhosting, it will be the best option for having a MySQL driven website and a MySQL SA-MP server
Re: MYSQL Setup help? -
Djole1337 - 27.02.2013
It's just plain stupid. Create localhost database.
Re: MYSQL Setup help? -
Height - 27.02.2013
Quote:
Originally Posted by Mr_DjolE
It's just plain stupid. Create localhost database.
|
He could use localhost database only if his host have MySQL support or else he must change his host
Re: MYSQL Setup help? -
Djole1337 - 27.02.2013
Quote:
Originally Posted by Height
He could use localhost database only if his host have MySQL support or else he must change his host
|
Thank you captain obvious!
Re: MYSQL Setup help? -
Mitchy - 27.02.2013
or just download XAMMP
Re: MYSQL Setup help? -
MikkaVanBuuren - 04.03.2013
How do I do it from volt