Your PHP installation appears to be missing the MySQL which is required for WordPress.This is what í see when i do install from /wp-admin/install.php can someone help me plz with this what do i do i have installed mysql server in my apache group root folder. and when my SQL server is running it just tells me this...
[Your PHP installation appears to be missing the MySQL which is required for WordPress. what can i do ???
jwkelly
Member
Posted 6 years ago #
run the test program <?phpinfo();?> and look for
Configuration file (PHP.INI) path +
extension_dir +
include_path
Mine were wrong and I had the same error message you have......
It indicates that that PHP can't find the INI file. Open PHP.INI and read the note about this [about PHP.INI]. I set the environment varible PHPRC and everythings works as expected. THE [MySQL manual install] gives details about this setting.