boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
253 stars 32 forks source link

MySQL 9.0 test updates #303

Open anarthal opened 3 months ago

anarthal commented 3 months ago

MySQL 9.0 removes mysql_native_password, so it needs special handling. Solving #29 first is recommended.