MyBB Community Forums

Full Version: MySQL to MySQLi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway to switch your database from MySQL to MySQLi after the initial installation?

- Lucas
Yes,

All you need to do is open up inc/config.php and change $config['dbtype'] from mysql to mysqli.

There is no additional changes you need to make.
That worked. Thank you, Chris.