Andrew Garner
Andrew Garner
For context, Mariadb's client library does not support ssl_mode, so this connector's `:ssl_mode` effectively gets ignored when built against MariaDB client libraries. MariaDB's client libraries are not a 100% drop-in...
https://launchpad.net/~dbsake/+archive/ubuntu/ppa Initially uploaded v1.0.9 deb.
This can be overridden in the my.sandbox.cnf: ``` [mysql] no-auto-rehash prompt = "mysql-\v [sandbox]> " ``` And then you'll see something like: ``` # ./sandbox.sh mysql ... mysql-5.6.23-log[sandbox]> ``` I...