yum install phpmyadmin
apt-get install phpmyadmin
nano /etc/phpMyAdmin/config.inc.php
$cfg['Servers'][$i]['host'] = '127.0.0.1'; // MySQL hostname or IP add$ $cfg['Servers'][$i]['connect_type'] = 'socket'; // How to connect to MySQ$ $cfg['Servers'][$i]['extension'] = 'mysqli'; // The php MySQL extension $ $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method $
ln -s /usr/share/phpMyAdmin /home/bitrix/www/phpmyadmin
http://ip_or_domain/phpmyadmin/