Posts: 187
Threads: 37
Joined: Jun 2012
Reputation:
0
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?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
No. External databases are too slow.
Posts: 318
Threads: 2
Joined: Jun 2009
Reputation:
0
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.
Posts: 69
Threads: 22
Joined: Sep 2012
Reputation:
0
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
Posts: 873
Threads: 5
Joined: Apr 2012
Reputation:
0
It's just plain stupid. Create localhost database.
Posts: 141
Threads: 14
Joined: Feb 2013