PMZ Hello, thank you for reporting
yes, from the report seems that it started, but data wasn't saved in the file so we cant connect to mysql:
# MySQL login information for OpenPanel and OpenAdmin services:
{
"mysql_user": "panel",
"mysql_password": "NewPassword",
"mysql_host": "localhost",
"mysql_database": "panel"
}
# MySQL login information for OpenCLI scripts:
[client]
user = panel
database = panel
password = NewPassword
host = localhost
protocol = tcp
We are just finishing the tests for the new version which uses docker-compose files and pre-filled database, so problems like this should not occur.
Please re-try the install again now, it will use the newer 0.2.1
version.