last command, it is just warning. Not an error. So that is fine.
Now to access phpMyAdmin, go to URL.
http://localhost/phpmyadmin
last command, it is just warning. Not an error. So that is fine.
Now to access phpMyAdmin, go to URL.
http://localhost/phpmyadmin
Become PHP Expert in 30 days
FreeMarriage.com - Free Online Matrimonial
FlashWebHost.com - Professional Web Hosting, Designing.
When I access that url, getting error. Please see the attached screenshot.
![]()
Install MySQL extension for PHP.
Restart Apache.Code:sudo apt-get install php5-mysql
Become PHP Expert in 30 days
FreeMarriage.com - Free Online Matrimonial
FlashWebHost.com - Professional Web Hosting, Designing.
I got error message "mysqli extension is missing. Please check your PHP configuration."
Then installed MySQL extension for PHP using below command:
After that, edited /etc/php5/apache2/php.ini file and uncommented below line:Code:sudo apt-get install php5-mysql
mysqli.allow_local_infile = On
and restarted apache server. This resolved the error and phpmyadmin started working.
![]()
Good, now you can login to phpMyAdmin. User name root, password you used doing installation.
See if login works.
Become PHP Expert in 30 days
FreeMarriage.com - Free Online Matrimonial
FlashWebHost.com - Professional Web Hosting, Designing.
Login Success.
![]()
Looks good.
Become PHP Expert in 30 days
FreeMarriage.com - Free Online Matrimonial
FlashWebHost.com - Professional Web Hosting, Designing.
Bookmarks