MySQL 9.1.0
Source Code Documentation
|
Authentication Method Switch Response Packet which contains response data generated by the authenticatication method requested in Protocol::OldAuthSwitchRequest: packet.
This data is opaque to the protocol.
Type | Name | Description |
---|---|---|
string<EOF> | data | authentication response data |
Example:
If the client sends a Caching_sha2_password information and the server has a mysql_native_password plugin for that user it will ask the client to switch to mysql_native_password and the client will reply from the mysql_native_password plugin:
14 00 00 03 f4 17 96 1f 79 f3 ac 10 0b da a6 b3
| ........y.......
|
b5 c2 0e ab 59 85 ff b8
| ....Y...
|