1install plugin mysqlx soname "mysqlx.so";
2call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
3call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
4send Mysqlx.Connection.Close {
5}
6
7Mysqlx.Ok {
8  msg: "bye!"
9}
10
11ok
12UNINSTALL PLUGIN mysqlx;
13