How can I install and configure phpMyAdmin for Confixx?
I. The phpMyAdmin can be installed from tar.gz. Please, follow these steps: • Download the latest version of phpMyAdmin from http://www.phpmyadmin.net/home_page/ • Copy it into the Confixx home directory, for example, into /home/www/confixx/html • Change the directory #cd /home/www/confixx/html • Unpack this archive: tar –zxf phpMyAdmin-X.X.X.tar.gz • Rename the directory #mv phpMyAdmin-X.X.X phpMyAdmin • Go to this directory: cd ./ phpMyAdmin • Edit conf-file “config.inc.php” namely: – $cfg[‘PmaAbsoluteUri’] (e.g $cfg[‘PmaAbsoluteUri’] = ‘http//confixxtest.de/phpMyAdmin’;) – $cfg[‘Servers’][$i][‘auth_type’] = ‘http’; II.