15.04.2015, 13:27
Hello all.
So I have a question, I have always been using mysql(SQLLite actually) for just small stuff like server stats and so on.
And now I want to convert the user system to mysql but the problem is that there is more than 100 item in the ini file so converting them to mysql will make the INSERT/UPDATE statement freaking long....
Any tips on what is the best way to build the SQL strings and if MySQL is better than INI on user stuff or not ?
So I have a question, I have always been using mysql(SQLLite actually) for just small stuff like server stats and so on.
And now I want to convert the user system to mysql but the problem is that there is more than 100 item in the ini file so converting them to mysql will make the INSERT/UPDATE statement freaking long....
Any tips on what is the best way to build the SQL strings and if MySQL is better than INI on user stuff or not ?



! Another way would be removing a few of what you're saving and save them separately when they need to be saved.