Control Web Panel

WebPanel => MySQL => Topic started by: cocaina on March 14, 2016, 10:43:44 AM

Title: PhpMyadmin port assignments process
Post by: cocaina on March 14, 2016, 10:43:44 AM
Hi, I want to call the port of phpMyAdmin is that my problem

Example 127.0.0.1/phpmyadmin not 127.0.0.1:2032/phpmyadmin this process how do I do that?
Title: Re: PhpMyadmin port assignments process
Post by: Sandeep on March 15, 2016, 11:23:14 AM
port is not needed

just type your server ip/phpmyadmin

eg "
192.168.0.1/phpmyadmin
Title: Re: PhpMyadmin port assignments process
Post by: cocaina on March 16, 2016, 06:16:53 AM
There is no problem in connection 127.0.0.1:2033/phpmyadm just want to assign as the connection port




port is not needed

just type your server ip/phpmyadmin

eg "
192.168.0.1/phpmyadmin
Title: Re: PhpMyadmin port assignments process
Post by: pedromidiasf on March 17, 2016, 08:04:58 PM
I believe you can't do that.
Phpmyadmin is running on apache's folder, witch points to port 80, so you have to use this one or you have to install a new apache making it running on the port you want to and then add PHPmyadmin files to www folder... but doesn't makes sense to have 3 apaches running (since CWP is another apache server)