[root@kvm3 ~]# mycli -S /var/lib/mysql/mysql.sock -uroot -p123qwe mariadb 10.3.11-MariaDB mycli 1.20.1 Chat: https://gitter.im/dbcli/mycli Mail: https://groups.google.com/forum/#!forum/mycli-users Home: http://mycli.net Thanks to the contributor - Jonathan Slenders
mariadb root@localhost:(none)> use dyw; You are now connected to database "dyw" as user "root" Time: 0.001s
mariadb root@localhost:dyw> drop table tbl; You're about to run a destructive command. Do you want to proceed? (y/n): y Your call! Query OK, 0 rows affected Time: 0.129s
mariadb root@localhost:dyw> show tables; +---------------+ | Tables_in_dyw | +---------------+ 0 rows in set Time: 0.021s
mariadb root@localhost:dyw> quit; Goodbye!