[How To I Fix]Your PHP installation appears to be missing the MySQL extension which is required by WordPress. on Virtualmin

2010-06-25

This error came while I was running the Virtualmin Webserver. All the installation was fine.But this error came when I was on the way in installign Wordpress. I tried to fix in the various way but the none of the methods worked for me. Then Finally I got the working method. I did it in two simple steps. First Step:

Run the command the in terminal “ apt-get install php5-mysql”

Second Step:

I restarted apache “/etc/init.d/apache2 restart “

Now It works so good.