Posts: 465
Threads: 135
Joined: Dec 2011
Reputation:
0
I see these days that people are going to mysql and im wondering how to convert my entire GM to it please help
Posts: 138
Threads: 11
Joined: Dec 2011
Reputation:
0
maybe, by having over 80 IQ'es,
stop using caps @ title,
have some MySQL knowledge
Posts: 175
Threads: 8
Joined: Nov 2011
Reputation:
0
This belongs in the scripting section, as this has nothing to do with the server itself.
You'll have to re-write your entire script to change any dini entries, to mysql queries, with free_result to stop any memory leaks.
You'll also need a database, hopefully on the same machine which contains a structured database. This is going to be more effort than you actually think.
Posts: 465
Threads: 135
Joined: Dec 2011
Reputation:
0
i just feel that the old .ini is getting a bit out dated and i want to keep up with more modern things and ive seen that mysql is a bit faster in my opinion
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
It is not faster, actually. However, its functionality largely makes up for the slight loss of speed (still talking about milliseconds, though).
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
If you have a local MySQL database then the speed won't make much of a difference.