I have a problem with phpmyadmin on ubuntu 12.04. I have already installed apache2, php5, mysql and phpmyadmin.
The phpinfo();
script, don't show nothing about mysqli or mysql extension.
When I try start phpmyadmin this error appear:
---- **phpMyAdmin - Error** ------- **The mysqli extension is missing. Please check your PHP configuration.** ----
In the php.ini file, I uncommented extension=mysql.so
line, but doesn't work...
Anyone have another posible solution?
Just restart the apache2 and mysql:
apache2:
sudo /etc/init.d/apache2 restart
mysql:
sudo /etc/init.d/mysql restart
then refresh your browser, enjoy phpmyadmin :)