Error : Your PHP installation appears to be missing the MySQL extension which is required by WordPress -
i'm new wordpress. after uploading website i'm facing error. site worked while , happened. upon entering url text appears "your php installation appears missing mysql extension required wordpress". went php.ini couldnt find uncomment. please advise in best way possible. server - xampp
the error got your php installation appears missing mysql extension required wordpress
because you're server not having mysql extension required wordpress run
if using windows based operating system should enable mysql extension in xampp
i.e., should uncomment following lines in php.ini
extension=php_mysql.dll
or if use linux based operating system should install mysql terminal by
sudo apt-get install php5-mysql
and uncomment following line in php.ini
extension=mysql.so
note :
what ever operating system use, should restart / stop , start xampp server after uncommenting
php.ini
fileif you're working online should contact host provider enable mysql extension account.
Comments
Post a Comment