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
Bug #30972348: ADDING PROXY USER WITH LOCALHOST CRASHES MYSQL
Description:-
When MySQL server is started with "--skip-name-resolve" option,
the GRANT PROXY command doesn't work as expected with some values.
Analysis:-
When MySQL server is started with "--skip-name-resolve" option,
the values given with GRANT PROXY command are not validated.
Fix:-
Validate the values given from GRANT PROXY command.
RB#25070
0 commit comments