search
HomeDatabasephpMyAdminWhat should I do if mysql8 phpmyadmin password login fails?

What should I do if mysql8 phpmyadmin password login fails?






## Help those in need!

mysql8 phpmyadmin password login failed On the cloud server, the configuration is complete After mysql, the deployment of phpmyadmin was completed, but I could not log in after entering the account and password on the web page. Later I found out that it was caused by the inconsistent password policy of mysql8 In the old version, mysql_native_password was used for password verification, while in the new version, caching_sha2_password### was used to log in to phpmyadmin. The old version of verification is used, so I can’t log in.######The solution here is to change the password verification method to the old version### 1. Select user,host,plugin from mysql.user; View the current password account verification method (I The root here has been changed to the old version) ###
+------------------+-----------+-----------------------+
| user             | host      | plugin                |
+------------------+-----------+-----------------------+
| admin            | %         | caching_sha2_password |
| mysql.infoschema | localhost | caching_sha2_password |
| mysql.session    | localhost | caching_sha2_password |
| mysql.sys        | localhost | caching_sha2_password |
| root             | localhost | mysql_native_password |
+------------------+-----------+-----------------------+
###2, the variables of the new version are somewhat different from the old version, you can view the variables through show variables like 'validate_password%'; ###
+--------------------------------------+-------+
| Variable_name                        | Value |
+--------------------------------------+-------+
| validate_password.check_user_name    | ON    |
| validate_password.dictionary_file    |       |
| validate_password.length             | 6     |
| validate_password.mixed_case_count   | 1     |
| validate_password.number_count       | 1     |
| validate_password.policy             | LOW   |
| validate_password.special_char_count | 1     |
+--------------------------------------+-------+
###3, execute the password change of the new version## #
ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY '111111';
LUSH PRIVILEGES;
### Note that the password strength of the new version is relatively high. If the value of validate_password.policy is not low, a simple password cannot be set. ######The password is too simple, causing the password change to fail. Solution###### Check the password-related settings through 2 above, mainly look at validate_password.length and validate_password.policy###
set global validate_password.policy=LOW
set global validate_password.length=6
### and then you can change the password. #####################

The above is the detailed content of What should I do if mysql8 phpmyadmin password login fails?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:csdn. If there is any infringement, please contact admin@php.cn delete
phpMyAdmin installation configuration method and PHP skillsphpMyAdmin installation configuration method and PHP skillsMar 04, 2025 pm 06:04 PM

This article details phpMyAdmin installation via package managers, manual methods, or Docker. It highlights crucial configuration steps, security best practices, and common pitfalls like permission issues and missing PHP extensions. Optimization st

How to manage mysql database using phpmyadminHow to manage mysql database using phpmyadminMar 04, 2025 pm 06:05 PM

This article explains how to use phpMyAdmin to manage MySQL databases. It covers accessing phpMyAdmin, basic database operations (creating/managing databases and tables, importing/exporting data), executing SQL queries, and optimizing database perfo

What is the default username and password of phpmyadminWhat is the default username and password of phpmyadminMar 04, 2025 pm 06:05 PM

This article clarifies that phpMyAdmin has no default username/password. It emphasizes the critical security risks of using weak or easily guessable MySQL credentials for phpMyAdmin access, detailing how to securely change MySQL user passwords via

How to create a Mysql database using phpMyadminHow to create a Mysql database using phpMyadminMar 04, 2025 pm 06:03 PM

This article explains how to create MySQL databases using phpMyAdmin. It details the steps: accessing phpMyAdmin, locating the "Create new database" option, entering the database name, (optionally) selecting character set and collation, cl

Basic knowledge of PHP connecting to MySQL databaseBasic knowledge of PHP connecting to MySQL databaseMar 04, 2025 pm 06:03 PM

This article explains connecting PHP to MySQL databases using MySQLi and PDO. It details establishing connections, troubleshooting common errors (e.g., access denied, unknown database), and implementing crucial security best practices like using str

Common installation locations for phpMyAdminCommon installation locations for phpMyAdminMar 04, 2025 pm 06:02 PM

This article discusses phpMyAdmin's installation locations on Linux servers. While common locations exist within web server document roots (/var/www/html/, etc.), the actual location varies greatly depending on the web server, administrator preferen

phpMyAdmin Import/Export Secrets: Handling Large Datasets EffectivelyphpMyAdmin Import/Export Secrets: Handling Large Datasets EffectivelyMar 31, 2025 pm 04:08 PM

When processing large data sets, the import and export of phpMyAdmin can be optimized through the following steps: 1. Use batch import to reduce memory usage; 2. Increase memory and execution time limits to avoid overflow and timeouts; 3. Compress files and optimize SQL statements to improve performance; 4. Consider using command line tools to process super-large data sets. This can significantly improve data processing efficiency.

phpMyAdmin Security Hardening: Protecting Your Database From ThreatsphpMyAdmin Security Hardening: Protecting Your Database From ThreatsApr 03, 2025 am 12:13 AM

The security reinforcement strategies of phpMyAdmin include: 1. Use HTTPS to ensure communication encryption; 2. Restrict access through IP whitelist or user authentication; 3. Implement a strong password policy; 4. Disable unnecessary functions to reduce the attack surface; 5. Configure log audits to monitor and respond to threats. These measures have jointly improved the security of phpMyAdmin.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version