MINI MINI MANI MO
install plugin mysqlx soname "mysqlx.so";
call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
CREATE SCHEMA xtest;
CREATE TABLE xtest.empty(a INT, b FLOAT);
connecting...
active session is now 'next_ses'
COUNT(*)
3
0 rows affected
0 rows affected
aborting session next_ses
switched to session default
client_id user host
1 root localhost
command ok
connecting...
active session is now 'next_ses'
COUNT(*)
3
0 rows affected
0 rows affected
aborting session next_ses
switched to session default
client_id user host
1 root localhost
command ok
Mysqlx.Ok {
msg: "bye!"
}
ok
DROP SCHEMA IF EXISTS xtest;
UNINSTALL PLUGIN mysqlx;
OHA YOOOO