2. Put here: /usr/share/phpmyadmin
3. Create phpmyadmin.conf in /etc/apache2/conf.d :
Alias /phpmyadmin /usr/share/phpmyadmin4. /etc/init.d/apache2 restartOptions Indexes FollowSymLinks DirectoryIndex index.php
Alias /phpmyadmin /usr/share/phpmyadmin4. /etc/init.d/apache2 restartOptions Indexes FollowSymLinks DirectoryIndex index.php
$cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'YOUR USER'; $cfg['Servers'][$i]['password'] = 'YOUR PASSWORD';