Mr.TnT Posted August 30, 2015 Share Posted August 30, 2015 what is the best choice? SQLite or MySQL ? i'm using SQLite, so should i convert to MySQL ? Link to comment Share on other sites More sharing options...
Dennis Posted August 30, 2015 Share Posted August 30, 2015 If you're a small host, or a small community with only a few running servers, you're fine with a SQLite database. However, a MySQL is needed as soon as you need to have remote servers. If you plan on growing your business, a MySQL database is needed sooner or later Link to comment Share on other sites More sharing options...
Raizio Posted August 30, 2015 Share Posted August 30, 2015 I'd go with MySQL regardless myself. Link to comment Share on other sites More sharing options...
Dennis Posted August 30, 2015 Share Posted August 30, 2015 Yes. It's much easier to un-fuck everything if something fucks up Link to comment Share on other sites More sharing options...
Mr.TnT Posted September 1, 2015 Author Share Posted September 1, 2015 Lol .. ok thank you guys... Link to comment Share on other sites More sharing options...
ECF Posted September 1, 2015 Share Posted September 1, 2015 Pro-tip Always backup your MySQL database everyday. Link to comment Share on other sites More sharing options...
Dennis Posted September 1, 2015 Share Posted September 1, 2015 Multiple times a day! Link to comment Share on other sites More sharing options...
marcelokruk Posted September 1, 2015 Share Posted September 1, 2015 We backup our database every 4 hours in case anything fails Link to comment Share on other sites More sharing options...
Dennis Posted September 1, 2015 Share Posted September 1, 2015 We take a backup every 6th hour. In case something goes wrong, we can just load a backup in many situations. If a client has ordered a service, and that service wasn't created when the backup was made, we just create it manually and set everything as it needs to be. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now