ghost icon indicating copy to clipboard operation
ghost copied to clipboard

mysql version 8.4 - ''mysql_native_password' is deprecated and will be removed in a future release

Open simonmcnair opened this issue 1 year ago • 1 comments

I found ghost wouldn't start due to this error: I ended up fixing it short term with the following change for the mysql db service:

command: --mysql-native-password=ON

2024-05-07T10:28:37.982534Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'

I don't know if there is a long term view to changing password authentication.

simonmcnair avatar May 07 '24 10:05 simonmcnair

I think this needs to be filed at https://github.com/TryGhost/Ghost/issues?q= instead (since this is something that needs to be updated in Ghost upstream, not something we'd be able to update in our packaging).

tianon avatar May 07 '24 20:05 tianon

Closing old issue that is out of scope.

yosifkit avatar Nov 03 '25 22:11 yosifkit