Showing posts with label phpmyadmin. Show all posts
Showing posts with label phpmyadmin. Show all posts

Friday, September 7, 2012

Install PHPMYADMIN on Debian

1. Download the latest PHPMYADMIN.
2. Put here: /usr/share/phpmyadmin
3. Create phpmyadmin.conf in /etc/apache2/conf.d :
Alias /phpmyadmin /usr/share/phpmyadmin


        Options Indexes FollowSymLinks
        DirectoryIndex index.php

4. /etc/init.d/apache2 restart

Thursday, August 11, 2011

Login Automagicly to phpMyAdmin 3.4

Change the config.inc.php file...

$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'YOUR USER';
$cfg['Servers'][$i]['password'] = 'YOUR PASSWORD';