Golfreeze.packetlove.com: Life style of Golfreeze Canon400D Family kammtan.com Jazz Freebsd Unix Linux System Admin guitar Music

All about unix linux freebsd and FAQ for Packetlove.com Web hosting , Mail hosting , VoIP + IP PBX server => all application on unix knowledges by golfreeze => Topic started by: golfreeze on สิงหาคม 10, 2019, 01:39:55 PM

Title: MySQL 8.0+ the server requested authentication method unknown to the client
Post by: golfreeze on สิงหาคม 10, 2019, 01:39:55 PM
PHP7.x with MySQL 8.0+ error: The server requested authentication method unknown to the client

=> error : the server requested authentication method unknown to the client

== fixed by use mysql_native_password
ALTER USER 'user'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your_password';