I am having a problem with phpmyadmin on ubuntu 12.04 operating system. I had already installed apache2, php5, mysql and phpmyadmin.
The phpinfo(); script, doesn't show anything about mysqli or mysql extension.
When I am trying to start the phpmyadmin this below error appears:
----
**phpMyAdmin - Error**
-------
**The mysqli extension is missing. Please check your PHP configuration.**
----
In the php.ini file, I uncommented extension=mysql.so line, but even then it doesn't work.
Anyone have any other possible solution?