Home > Database > phpMyAdmin > body text

How to let PHPMyAdmin display the login interface

藏色散人
Release: 2020-01-16 17:44:00
forward
2891 people have browsed it

How to let PHPMyAdmin display the login interface

The following column phpmyadmin tutorial will introduce to you how to let PHPMyAdmin display the login interface. Often we find after configuring PHPmyadmin to connect to our MYSQL , as long as our access address is entered correctly, our database can be operated without entering any verification information. This is too dangerous!

The modification method is as follows:

We will modify the

in the config.inc.php file in the phpmyadmin

root directory Just

$cfg['Servers'][$i] ['auth_type'] = 'http';
Copy after login

or

$cfg['Servers'][$i] ['auth_type'] = 'cookie';
Copy after login

.

The above is the detailed content of How to let PHPMyAdmin display the login interface. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template