Support » Installing WordPress » “Your PHP installation appears to be missing the MySQL which is required for

  • I downloaded the latest version of wordpress and followed step by step http://codex.wordpress.org/Installing_WordPress to install it and configure it on a FreeBSD 6.0 with:
    – Apache 2.0
    – PHP – mod_php5-5.0.4_2,1
    – MySQL 5.0.9-beta

    and when I ran the install.php via web (http://localhost/blogs/wp-admin/install.php), I get the following :

    “Your PHP installation appears to be missing the MySQL which is required for WordPress”

    Mysql daemon of course is running and I configured the wp-config.php and created the database, user, privileges & stuff according the guide. What is causing this problem??? I will appreciate your help.

    ++++++++++++++++++++

Viewing 11 replies - 1 through 11 (of 11 total)
  • I have the same error on a GoDaddy.com Hosting Account…

    And, I have installed and used WP before.

    If you’re on GoDaddy the database will not be “localhost”.
    And your install path should be something like:
    http://www.yoursite.com/blog/wp-admin/install.php

    p.s.
    This thread shows you how to set it up for GoDaddy:
    http://wordpress.org/support/topic/48431?replies=4

    I’ve used followed the thread(and I’ve installed WP before, just not on a GoDaddy hosted site) and I can’t solve my error.

    Ignore, GoDaddy had me on ASP!!! dangit.

    Kemph: I’m having the same problem you did — what do you mean GoDaddy had you on ASP? And how did you change this? I too have all the right info in my wp-config file and am still getting the same error message.

    I had the same problem and found a workaround.

    Please visit my blog at: http://cfreeplusplus.blogspot.com/ for the solution.

    Damn GoDaddy…

    I was having the same problem and found out that my account was set up as an ASP account, but needs to be specified as a PHP account for wordpress to work. If you do this, then you can 1-click install wordpress through the go daddy site!…(this is covered in another topic here in the support section)…just be sure your account is specified as PHP. It doesn’t cost to switch over.

    cfree – please don’t give a link to your blog in general… if you have a relevant post, link to the post. don’t make people hunt.

    and FYI – you don’t need a “workaround” – you just have to switch from windows to linux.

    it’s not as big a deal as people around here make it out to be… i’ve been using godaddy for 10 years now. just relax, make the switch to linux, and you’re set.

    I also had the same problem, and found that I did not need to change to Linux. Try the following, it worked for me and I am brand new to this.

    1. When installing, it reports that
    “Your PHP installation appears to be missing the MySQL which is required for WordPress.”

    Solution: open wp-setting.php, comment the following lines:
    //if ( !extension_loaded(’mysql’) )
    // die( ‘Your PHP installation appears to be missing the MySQL which is required for WordPress.’ );

    Hope this helps.

    Again, “workarounds” aren’t always the best option.
    Especially since it’s so incredi-freakin-bly easy to just log into your godaddy account, click a few buttons, and you’re up and running the way wordpress was intended to be run.

    I don’t understand the urge to make coding hacks when it takes two seconds to do it the right way…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘“Your PHP installation appears to be missing the MySQL which is required for’ is closed to new replies.