MySQL wire protocol examples
Four recipes for a client speaking the MySQL wire protocol to an OriginChainDB instance. They were written from a real client driven against the shipping engine - Sequelize 6.37 over mysql2 3.24 - so each one either worked or is marked as refused.
The listener is off by default and is enabled per instance. Read the compatibility reference first - it covers TLS, the two credential models, and the limits these recipes stay inside.
MySQL is a registered trademark of Oracle Corporation and/or its affiliates. OriginChainDB is not affiliated with, endorsed by, or sponsored by Oracle Corporation. OriginChainDB implements a compatible wire protocol so that existing MySQL clients can connect to it; it does not distribute MySQL software.