Hello, I would like to know how to install PHPMyAdmin without interfering with the tcadmin 2.0 panel.
According to support, I was told that I have to install phpmyadmin and change port 80 to not interfere, the issue is not so. I have Ubuntu 14.04 x64.
He planned to execute these commands
apt-get install phpmyadmin
mv / usr / share / phpmyadmin / var / www / (in our case)
chown -R www-data / var / www / phpmyadm
nano /etc/phpmyadmin/config.inc.php
I do not understand then have to modify the HTTP port of APACHE? Or is a separate port for phpmyadmin? I do not know what to do..
I want to go to http: // public_my_ip / enter the control panel and if I'm an example:
http: // public_my_ip / phpmyadmin <- leads me to phpmyadmin
or something like
http: // public_my_ip: port <- and take me phpmyadmin
thank you very much