I just ran
sudo hassbian-config install mysql
It did some work which included installing MariaDB which I didn’t expect because it says it will install mysql no MariaDB.
When it was done it said mysql installed and when I run the show command it shows it was installed. But when I try to run sudo mysql to setup the user mysql is not found.
When I search for the executable it isn’t found.
pi@hassnuna:~$ sudo find / -name mysql
/srv/homeassistant/hassbian/control/mysql
/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/dialects/mysql
/usr/share/bash-completion/completions/mysql
/usr/include/mysql
/etc/mysql
Shouldn’t this install mysql ?