Tuesday, February 22, 2022

[FIXED] phpmyadmin - How to hide "Server:" input of login screen

Issue

I don't need this input form because I got the selection. How can I remove this?

enter image description here


Solution

That field has been enabled by you (or someone) placing the line $cfg['AllowArbitraryServer'] = true; in the configuration file, config.inc.php. You can get rid of it by editing config.inc.php and removing that line (or setting it to false, which is the default). Reference



Answered By - Isaac Bennetch

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.