elyesa

Results 14 comments of elyesa

Hey @BoBeR182, https://github.com/ssl/ezXSS/issues/186#issuecomment-2438994793 ~~Yeah, your database is still using mysql_native_password while this is no longer supported. It should be updated to caching_sha2_password.~~ ~~Easy way would indeed be creating a new...

Great you found a solution @BoBeR182! For now we'll leave it like this. I will link to this issue if anyone else faces the same issue. Thank you!

There is, indeed, a problem with Docker, since MySQL 9 doesn't support the native password no more. I will fix this soon, I just need to look into if locking...

The issue has been fixed in https://github.com/ssl/ezXSS/commit/c33854483228ce3ecac21fead5623388f95f9fd5 by removing the deprecated command. MySQL 9+ by default uses the new 'caching_sha2_password' method. To make sure your setup is correct, please fetch...