• Hi,

    I am facing the following error during installation of word press:

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

    I also change extension to “;extension=php_mysql.dll” to “extension=php_mysql.dll” in php.ini, But still facing same error can any one help me to resolve this problem, I have php 5 with mysql-4.01 and I am using IIS with WindowsXP.

    Thanks,
    Bye

Viewing 2 replies - 1 through 2 (of 2 total)
  • Does php know it has MySQL in there? Is the MySQL server running?

    Create a php page with the following code:

    <?php
    phpinfo();
    ?>

    and see what it tells you about MySQL?

    Thread Starter saqib81

    (@saqib81)

    I did’nt find any MySQL information in this page Mike.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Facing this error, can any one help to resolve it!’ is closed to new replies.