Ubuntu – adminer- None of the supported PHP extensions (MySQLi, MySQL, PDO_MySQL) are available

Apache2databasePHP

whenever i login to the adminer, it always show:

    No Extension
             None of the supported PHP extensions (MySQLi, MySQL, PDO_MySQL) are available.

I just installed this a while ago using the source package and i put it on my DirectoryRoot.

Best Answer

It might be the case that mysql is not configured with php. You can try and install it by the command

sudo apt-get install php5-mysql

Refresh the browser. Hope it helps.