How to rename phpmyadmin? -


to access database use localhost/phpmyadmin want rename phpmyadmin i.e. want access database typing localhost/phpmyadmin_renamed. how can done?

try this:

on httpd.conf file find <ifmodule alias_module> must contains alias /phpmyadmin "${path}/phpmyadmin"

now, change to:

alias /phpmyadmin_renamed "${path}/phpmyadmin"

note: "$(path)/phpmyadmin" can else depending upon server.

alternative approach:

or, can download phpmyadmin , extract phpmyadmin_renamed.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -