Support » Installing WordPress » HELP: it had to work, but it doesnt

  • PHP runs, MySQL too, the versions are correct, apache runs on 8080 port.
    It says
    “Your PHP installation appears to be missing the MySQL which is required for WordPress”
    …tried everything… Could someone help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is a MySQL module for PHP which you also need.

    Create the following foo.php file:
    <?php phpinfo(); ?>
    and save it somewhere. Load that page in your browser, and look for “MySQL”. If you don’t see it, then your PHP is, in fact, missing the MySQL extensions.

    Thread Starter ale94

    (@ale94)

    Oh dear.
    Need to look for it.
    Thx a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HELP: it had to work, but it doesnt’ is closed to new replies.