PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, February 22, 2022

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

 February 22, 2022     phpmyadmin     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing