Quote Originally Posted by jkumar29 View Post
After complete installation ofApache2.4 and PHP5.5. When I run wordpress website I have got error message of "Your PHP installation appears to be missing the MySQL extension which is required by WordPress.". Please help - Thanks
I have found the solution.
1. Go PHP folder and open php.ini file
2. find ;extension=php_mysql.dll and ;extension=php_mysqli.dll
3. Remove semicolon
Example:
extension=php_mysql.dll
extension=php_mysqli.dll