• Ok, so I set up everything in the wp-config.php file, upload all the files to my server, and when I go to “/wp-admin/install.php” on my server in the next step of installing, I get this message:

    Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

    So, what’s my problem? Please be as specific as possible. I am not an expert at this stuff so explain what you say. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum search is your friend

    This thread looks good to go.
    http://wordpress.org/support/topic/164959?replies=31

    Thread Starter jumbaliyeh

    (@jumbaliyeh)

    Thanks, sorry I should have done that. I found a good one, which maybe is that link, and as I have godaddy host I found it’s easier if I just switch to Linux hosting instead of Windows. There is also another solution I see, which involves php.ini and a misspelling in that file but I already made the switch so I’m just waiting for setup to be finished.

    Does not help me. All I did was change my registrar and re-enter the DNS! I did not touch anything on my host.. or FTP. The site is re-propagated but I am getting this error now in the blog…

    “Your PHP installation appears to be missing the MySQL extension which is required by WordPress.”

    Be sure you are making changes to the correct php.ini. Copy/paste the following script into phpinfo.php:

    <?php
    phpinfo();
    ?>

    Load phpinfo.php in your browser, and find ‘Loaded Configuration File’ in the left column. This will tell you the php.ini that PHP is using. Edit this file, checking this line for a correctness:

    extension_dir = “C:\php\ext”

    and uncomment this line (remove the preceding semicolon):

    extension=php_mysql.dll

    Restart your web server. Good luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Your PHP installation appears to be missing the MySQL extension…’ is closed to new replies.