Note
This parameter is introduced in ODP V4.3.4.
Description
server_protocol specifies the type of the protocol used between OceanBase Database Proxy (ODP) and OceanBase Database.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | String |
| Default value | Auto |
| Value range | Valid values: Auto, MySQL, Compressed MySQL, and OceanBase 2.0, which are case-insensitive.
|
| Effective only after ODP restart | No, effective upon reconnection |
Examples
Configure to forcibly use the MySQL protocol between ODP and OceanBase Database.
obclient> alter proxyconfig set server_protocol='MySQL';
