====== Bitrix Env. Установка phpMyAdmin ======
===== Установка =====
==== CentOS / Red Hat ====
yum install phpmyadmin
==== Debian / Ubuntu ====
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/