MySQL Improved?

Hi, I'm just transferring one of my old forum PUNBB sites from TextDrive to Linode. I'm getting this error though:

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.

How does one go about including mysql into the php environment.

2 Replies

Instead of using a mysql version 4.0, i installed mysql version4.1 and I still get the same error.

The error lies with php, not mysql. The mysqli part of php has not been built or loaded. See if there is a mysqli extension in /usr/lib/php/extensions/$somedir/. If so, add a line extention=php_mysqli to your php.ini file. Otherwise, install php with the extension built in, or see if the extension is packaged seperately for your distribution.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct