#49307 closed defect (bug) (invalid)
Is WordPress version 4.9.8 compatible to MySql ver 8.0 and above?
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 4.9.8 |
| Component: | Database | Keywords: | |
| Focuses: | Cc: |
Description
I just wanted to check if WordPress version 4.9.8 compatible to MySql ver 8.0 and above before upgrading my server component. Please advise. I can not update my WP Version. Please assist.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi there, welcome to WordPress Trac! Thanks for the ticket.
It should be compatible if you set the
default_authentication_pluginconfiguration variable tomysql_native_passwordinstead ofcaching_sha2_password.This article might be helpful: How to fix WordPress database connection for MySQL 8.
Related: #38032, #44586, #47280, #48377.