Topic: Switched my host and got a "No Mysql Improved" Error!
After switching my host i got this error.
This PHP environment doesn't have Improved MySQL (mysqli) support built in. Improved MySQL support is required if you want to use a MySQL 4.1 (or later) database to run this forum. Consult the PHP documentation for further assistance.
I fixed this by editing config.php and replacing "mysqli" to "mysql".
The question here is do i need to do something else too, i mean the tables in database were made by mysqli, will everything will be okay with this.