16.07.2018, 01:51
Quote:
|
Imo ini (files) should only be used for loading configuration settings.
|
No, MySQL doesn't have to be faster. INI is file based, so faster to read (if you are running decent hardware, as most servers do). With MySQL you have to connect to the MySQL server, run the query and 'receive' it back.


