Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Dificulties setting up MySQL in apache |
|
Author |
|
enucos
Joined: 31 Jan 2015 Posts: 8 Location: Denmark, Skovlunde
|
Posted: Thu 26 Feb '15 22:00 Post subject: Dificulties setting up MySQL in apache |
|
|
I have Windows Vista SP 2
Apache 2.4
PHP 5.6.5
MySQL 5.6.23 win32
I want to host a small wordpress site (http://bancuri-fun.ro/) on this old computer.
I tryed folowing this steps: http://www.apachelounge.com/viewtopic.php?t=2394
And when I try to instal word press i get this message:
Your PHP installation appears to be missing the MySQL extension which is required by WordPress
How can I check what is wrong with MySQl |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Fri 27 Feb '15 0:51 Post subject: |
|
|
Is MYSQL running? If you have configured it the right way it should show op in phpinfo(). Put a file phpinfo.php in the htdocs dir with contents:
<?php phpinfo();?>
and run http://127.0.0.1/phpinfo.php
And maybe newer versions of Wordpress use PDO to access MySQL. Try adding
extension=php_pdo_mysql.dll
to your php.ini. |
|
Back to top |
|
|
|
|
|
|