Saved by Jonathan Simcoe
Using MySQL 8 With Craft CMS 3
As well as functional and performance updates, MySQL 8 also included some improvements to security. One such improvement was the use of a new module for hashing user passwords: caching_sha2_password. This new module is incompatible with some of the primary libraries used by PHP during initial database connections.
The problem was identified early
... See more