Is it possible to configure this plugin such that the CLI program is not mysql but other sql-like CLI interface such as mycli or litecli ?
That's because my system only allows me to run mycli if mariadb daemon is running, but I often have problems with this daemon which wastes me a lot of time with systemd troubleshooting.
If this plugin were to support CLI programs which do not depend on daemons, it would be nice. I have not figured out how to do so, therefore any help is welcome.
Is it possible to configure this plugin such that the CLI program is not
mysql
but othersql
-like CLI interface such asmycli
orlitecli
?That's because my system only allows me to run
mycli
ifmariadb
daemon is running, but I often have problems with this daemon which wastes me a lot of time with systemd troubleshooting.If this plugin were to support CLI programs which do not depend on daemons, it would be nice. I have not figured out how to do so, therefore any help is welcome.
Thanks in advance.