MyBB Community Forums

Full Version: Need to swap MySQLi 5.0.22 to MySQL database ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone tell me how to do this please?


I'm having a little host trouble with a error message and they told me to switch from mysql12.streamline.net to 88.208.216.18.

I've looked in my conral panel but i can't find anywhere to do this.


Anyone please?


Thanks...
You need to download your inc/config.php from your server, and modify
$config['hostname'] = 'mysql12.streamline.net';
to
$config['hostname'] = '88.208.216.18';

Then upload your inc/config.php overwriting the existing one.
DennisTT Wrote:You need to download your inc/config.php from your server, and modify
$config['hostname'] = 'mysql12.streamline.net';
to
$config['hostname'] = '88.208.216.18';

Then upload your inc/config.php overwriting the existing one.

Thanks Dennis..
You're welcome Smile Glad it's working.