Umami is a lightweight alternative to google analytics.
You will need a db and an user: umami
db and umami-user
.
create database umami;
CREATE USER 'umami-user'@'%' IDENTIFIED BY 'umami-pass';
GRANT ALL PRIVILEGES ON `umami`.* TO 'umami-user'@'%';
mysql -uroot -p umami < schema.sql