db_setup.sql file where identification is explicitly set to mysql_native_password
Dockerfile now uses mysql version 5.7 explicitly instead of latest as the latest (i.e. 8.x) causes problems with the password algorithm (new sha algo is used now)
start.sh script for unix based systems fixed
macOS now shows in which tab the process-store is running
resolves #78
Done
db_setup.sql
file where identification is explicitly set to mysql_native_passwordDockerfile
now uses mysql version 5.7 explicitly instead of latest as the latest (i.e. 8.x) causes problems with the password algorithm (new sha algo is used now)start.sh
script for unix based systems fixed