MySQL Forums
Forum List  »  German

Re: Problem mit Proxy/Proxied User
Posted by: Silvio Schloeffel
Date: January 21, 2025 11:16AM

Hallo,

beim erzeugen der weiteren Accounts scheint mir ein Fehler bezüglich des verwendeten Auth Plugins unterlaufen zu sein und es wurde wieder caching_sha2_password verwendet.

Ich habe jetzt einer 5. Account mit sha256_password verwndet und diesen an den test_user_2 aus meinem ersten Versuch gekoppelt.

mysql> show grants for test_user_5@localhost;
+---------------------------------------------------------------+
| Grants for test_user_5@localhost |
+---------------------------------------------------------------+
| GRANT USAGE ON *.* TO `test_user_5`@`localhost` |
| GRANT PROXY ON `test_user_2`@`%` TO `test_user_5`@`localhost` |
+---------------------------------------------------------------+
2 rows in set (0,00 sec)

Mit diesem Account funktioniert die Nutzung als Proxy User.
Accounts mit caching_sha2 funktionieren jedoch nicht.

1. Ist caching_sha2 nicht nutzbar für Proxy Accounts? Da sha256_password als deprecated markiert ist würde mich das wundern.
2. Muss ich für caching_sha2 eine Option setzen die nicht in der Doku aufgeführt ist?


Danke

Silvio

Options: ReplyQuote


Subject
Views
Written By
Posted
386
January 21, 2025 02:32AM
Re: Problem mit Proxy/Proxied User
237
January 21, 2025 11:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.