What to do if php7.2 cannot connect to mysql8.0

藏色散人
Release: 2023-02-18 09:44:01
Original
2659 people have browsed it

Solution to the problem that php7.2 cannot connect to mysql8.0: 1. Find and open the my.cnf file; 2. Add a line under mysqld in my.cnf as "default-authentication-plugin=mysql_native_password" That’s it.

What to do if php7.2 cannot connect to mysql8.0

The operating environment of this article: Windows 7 system, PHP version 7.2, Dell G3 computer.

What should I do if php7.2 cannot connect to mysql8.0?

php7.xxx connects to mysql8.0 and mysql has go away

mysql8.0 In order to support the original password connection method,

you need to add a line under mysqld in my.cnf

default-authentication-plugin=mysql_native_password
Copy after login

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What to do if php7.2 cannot connect to mysql8.0. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!