MyBB Community Forums

Full Version: Which database engine should be use in new installaton of mybb?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, today i installed Mybb on my new forum http://www.technoforumstalk.com/ and i choose the Mysql db engine in place of MySQL improved, is my decision is right? Can this will create problem for my forum in future if my forum become larger? Please help me for this confusion, which database engine should be use in mybb installation.

Thanks
MySQLi is an improved version of the MySQL database driver. It's fine to use either, you can always switch between them both at any time.

Just edit ./inc/config.php and replace $config['database']['type'] = 'mysql'; with $config['database']['type'] = 'mysqli';

i use mysqli with little problem.
I use MySQLi. I don't know of a reason to not use the Improved version.