How do I install on Kubuntu / Ubuntu distributions ?
If this is the database server start with
sudo apt install mariadb-server
sudo mysql_secure_installation
sudo mysql
UPDATE user SET plugin="mysql_native_password";
UPDATE user SET authentication_str...