Install phpMyAdmin

  Asterisk, Elastix, MYSQL

install phpMyAdmin easily on Elastix if it isn’t installed:

yum install -y phpmyadmin

Then edit the file /etc/httpd/conf.d/phpMyAdmin.conf

Add the line “Allow from all” to this entry so it ends up looking like this:

Order Deny,Allow
Deny from All
Allow from 127.0.0.1
Allow from All
Allow from ::1

Then type /etc/init.d/httpd restart

Then you can go to youip/phpMyAdmin/ and log in.

In either case, as an IaaS provider it’s our job to provide the infrastructure and it’s up to you to manage your server.
If that isn’t something you’re comfortable with we do have managed options that you may want to consider.

LEAVE A COMMENT