MySQL doesn't exist? [rehash]

5 posts / 0 new
Last post
#1 Wed, 12/12/2007 - 00:27
excalibur

MySQL doesn't exist? [rehash]

Hey all,

Another issue (hopefully the last one!) I have with this software. I'm attempting to set up a blog at http://symposia.voodooed.net (the domain is up now) but it is throwing an error back at me that 'Your PHP installation appears to be missing the MySQL which is required for WordPress.'

I'm fairly sure MySQL is installed (used the install script).

http://symposia.voodooed.net/check.php is a phpinfo() dump and it doesn't show any reference (asides from a few auth things) to MySQL.

Wed, 12/12/2007 - 16:51
excalibur

Anyone?

Thu, 12/13/2007 - 22:17 (Reply to #2)
excalibur

bump

Thu, 12/13/2007 - 23:29
Joe
Joe's picture

You didn't mention what OS/version you're running.

It's probably missing the php-mysql, or php5-mysql package.

yum install php-mysql

Or:

apt-get install php5-mysql

That might do it.

--

Check out the forum guidelines!

Fri, 12/14/2007 - 04:39 (Reply to #4)
excalibur

Oh - sorry: Debian 4.0

And that fix works - thanks a lot! That said, I'd used the install script to install this onto a lean install of Debian...I would've thought it be included in the script.

Thanks again!

Topic locked