Posts: 803
Threads: 138
Joined: Jul 2014
Reputation:
0
Alright so Ive been wondering, I kinda hate managing sql and such, Im just check what do you guys thing, how critical is SQL on big Scripts such as RP and such?
Posts: 55
Threads: 1
Joined: Dec 2011
Reputation:
0
It's MORE critical on big servers, more accounts to manage, you need efficiency. Solid 9/10 on the need for it.
Posts: 184
Threads: 8
Joined: May 2012
Reputation:
0
I've ran servers that didn't use SQL, and I had around a 100+ player base.
Posts: 617
Threads: 6
Joined: Oct 2011
Reputation:
0
It can be quite a challenge to manage SQL but if you just do basics like accounts it's very useful especially if in the future you do get a extra helper who has more knowledge they can set up web pages and such with information and so forth.
I've ran PR before without SQL and we've hit 280 players no problem and I've helped managed a DM server with no SQL for a few weeks which had over 400 players online at once, it's just basically to whatever your creating. With SQL you can make signatures and stats page online and such and it's way easier to manage and look up accounts once you get the hang of it.
The more difficult part of course is scripting it correctly but there's nothing wrong with learning new things.
Posts: 62
Threads: 12
Joined: Sep 2012
Reputation:
0
I'd say it's important. Specially if you're concidering having a functional UCP in the future, as well as people managing stuff offline. I would not give everyone access to a FTP Server leading to the server. MySQL gives you more efficiency, and more control.
Hope you'll take it under concideration. With more than 100 users at all, it'll easily get messy in the files, and you'll have to use more time to find stuff.
Good luck.
- Fredrik
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Let's take San Andreas Roleplay as an example. A few months ago, they were still using dini and even the default SA-MP IP ban system.
Look how large of a server they are, and they did just fine(ofcourse they recently converted to MySQL, but that is beside the point).