The 08/08/2016

Install phpMyAdmin on our dev environment

Like every time I research how to do on the internet, now at least I'll here, and save me some times. Once your environment lamp is installed, install phpMyAdmin :

apt-get install phpmyadmin

then edit your config file phpMyAdmin:

vim /etc/phpmyadmin/config.inc.php

and add the line:

$cfg['Servers'][$i]['AllowNoPassword'] = true;

then make a symbolic link for you to use phpMyAdmin by typing the url : http://myserver.com/phpmyadmin/

ln -s /usr/share/phpmyadmin /var/www/phpmyadmin

It works :)
Comments on this article
No comments yet for this article. Be the first !

You must be logged in to comment an article.