MySQLv8 + cache_sha2_password

Does Matomo supports MySQLv8 with “caching_sha2_password”-plugin?

If I create a user with sha2_password i get an error:

The server requested authentication method unknown to the client” error?

If I using a user with native_password i get an warning that this is deprecated on EVERY database access

Plugin mysql_native_password reported: ‘‘mysql_native_password’ is deprecated and will be removed in a future release. Please use caching_sha2_password instead’

How can i run Matomo properly on Mysql v8?