linuxmaster9 101 Posted May 21, 2014 I am setting up a Wasteland server and want to know if I should use iniDB, iniDBI, or MySQL. I have taken database classes in college so the MySQL seems like it fits the bill better (fast database) but so many wasteland threads talk about using iniDB only and how they are happy not to use MySQL. Which is faster? Which is more reliable? Which uses the server less?(less strain on server) Share this post Link to post Share on other sites
IT07 10 Posted May 22, 2014 InnoDB is a engine for MySQL. It's not like you can choose between innoDB and Mysql. It's more like it's an add-on you can use with MySQL. So basically, saying that you are better of with InnoDB instead of mysql is like saying you are better of with custom rims for your car instead of the car itself. InnoDB is very reliable, faster and safer than most of the other database engines. So yeah, use InnoDB. Share this post Link to post Share on other sites
Belbo 462 Posted May 22, 2014 InnoDB is a engine for MySQL. It's not like you can choose between innoDB and Mysql. It's more like it's an add-on you can use with MySQL.So basically, saying that you are better of with InnoDB instead of mysql is like saying you are better of with custom rims for your car instead of the car itself. InnoDB is very reliable, faster and safer than most of the other database engines. So yeah, use InnoDB. http://forums.bistudio.com/showthread.php?150293-iniDB-Save-and-Load-data-to-the-server-or-your-local-computer-without-databases! and http://forums.bistudio.com/showthread.php?167927-iniDBI-Save-and-Load-data-to-the-server-or-your-local-computer-without-databases! vs. http://en.wikipedia.org/wiki/InnoDB http://southparkstudios.mtvnimages.com/images/shows/south-park/clip-thumbnails/season-15/1501/south-park-s15e01c08-you-didnt-read-it-16x9.jpg Share this post Link to post Share on other sites
linuxmaster9 101 Posted May 22, 2014 I assume you a thinking I mean InnoDB. I mean IniDB not InnoDB. IniDB as far as I understand DOES NOT USE MySQL. Share this post Link to post Share on other sites
IT07 10 Posted May 22, 2014 Ok my mistake. I indeed thought you meant InnoDB. Share this post Link to post Share on other sites