Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
Hey guys. I've been looking at tutorials and I'm going to try and change from Y_INI to MySQL. Firstly I'd like to ask if it's a good idea and secondly I want to ask whether the MySQL server has to be installed on the VPS that I'm using or if it can be a different MySQL database that uses stuff other than localhost.
Posts: 1,276
Threads: 6
Joined: Aug 2014
1. Yes INI is not very good when storing/reading data loads of times.
2. If you want good query times it's advised to host it using your own VPS.
Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
I've also had multiple account bugs, people getting the wrong passwords, people's accounts being mixed up and stuff. Would this fix it?
Posts: 1,276
Threads: 6
Joined: Aug 2014
If you do it correctly, yes.
Posts: 40
Threads: 5
Joined: Dec 2013
Reputation:
0
You will lose any data that you have saved with INI. Unless you add it over manually afterwards.
Posts: 1,045
Threads: 150
Joined: Oct 2013
Reputation:
0
MySQL is very efficient however it's a different programming language which isn't really easy to understand, I'd recommend SQLite as it has less external vulnerability than MySQL, although there are internal security vulnerabilities that are easy to avoid. if you have the time learn MySQL, if you don't SQLite is the way to go.