Header-Ad

PHP,Joomla,WordPress & Linux based server management, error resolutions and fixing problems.

Sunday, November 13, 2016

The MySQL adapter mysqli is not available - Joomla [SOLVED!]

The MySQL adapter mysqli is not available



During the installation of Joomla 3.0 many users are encountering this issue, for this i have got two solutions for you :

MySQL adapter mysqli is not available could depend from php configuration
so you could ask your host to enable mysqli support
or 
check your php.ini and make sure that PHP has mysqli support enabled
or
In configuration.php change
Code:
public $dbtype = 'mysql';

to 
Code:

public $dbtype = 'mysqli';

OR Second solution is :



You need go to Cpanel, then choose the PHP version, when you choose the PHP version, there are modules which allow you to install. 

You need to tick the [Mysqli]


Good luck!!

No comments:

Post a Comment

** Comments are reviewed, but not delayed posted **