You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users cannot create users with extension auth plugin in the init sql script. If they do so, TiDB will complain about plugin not loaded during the execution and causing the SQL statements to fail.
Please answer these questions before submitting your issue. Thanks!
Bug Report
Currently, users cannot create users with extension auth plugin in the init sql script. If they do so, TiDB will complain about plugin not loaded during the execution and causing the SQL statements to fail.
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Logging in as the user should succeed since the user should be created successfully.
3. What did you see instead (Required)
Logging in fails because the user is not created. The
CREATE USER
statement hits the following error:4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: