Search found 3 matches

by hoeth
Thu Mar 14, 2019 10:54 am
Forum: Support
Topic: mysql setup problem
Replies: 1
Views: 3390

Re: mysql setup problem

I'm now using postgresql.
by hoeth
Wed Feb 20, 2019 3:53 pm
Forum: Support
Topic: mysql setup problem
Replies: 1
Views: 3390

mysql setup problem

Hi! I'm trying to setup a new Unimus installation using mariadb (10.1.37 on Debian). I've created a database and a user like this: create database unimus; create user 'unimus'@'localhost'; grant all privileges on unimus.* to 'unimus'@'localhost' identified by 'somepassword'; Then the Unimus configur...