Posts: 1,464
Threads: 90
Joined: Aug 2009
Reputation:
0
I was just wondering, what are the benefits?
I might be trying to switch to a MySQL Database, but before I do, I just wanted to know what are the benefits, and problems that could happen?
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
You can make it so there is a website with a admin panel, stats etc. It's better to hold large amounts of information. A problem is, you could be SQL injected and someone hacks into your DB or destroys it.
Posts: 603
Threads: 12
Joined: Sep 2007
Reputation:
0
Ability to easily connect and read information from an external source, and some functions that would be almost impossible with file base (ex: check all accounts column). A SQL injection is possible, but its pretty unheard of in the SA-MP community, I'd just be cautious when you use it on the website.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Hm, I am implementing MySQL into my new GM, but I have stopped completely until I get my Raven's Role Play script to a point where it will work for now... Anyways, like stated above it is better at handling/holding large amounts of data, like player files. You can use an online Admin Panel, if you create one and I believe its a bit safer. Now, of course injections may cause a bit of a problem, but if you have a good enough password/firewall, you should be okay.
Posts: 654
Threads: 20
Joined: Jul 2009
Reputation:
0
Benefits in oppose to what?