Hi,
Does anybody did a fresh installation on CentOS 8? The installer stucks after entering the database details. DB user and database are created but no tables.
TIA,
Roy
20.04 installation on CentOS 8
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: 20.04 installation on CentOS 8
What do you mean by stuck? Do you get any output in the console? If not, please start OpenEMMInstaller with option "-debug" and try again.
At which step of your installation has the problem happened?
At which step of your installation has the problem happened?
OpenEMM Maintainer
Re: 20.04 installation on CentOS 8
Hi,
I enter all database connection details, save them and enter the mysql root password.
This is the result:
The database was created but not the user. I also created the user manually. But the database is never populated with the required tables.
- Roy
I enter all database connection details, save them and enter the mysql root password.
This is the result:
Code: Select all
Changes saved.
Database and user do not exist and cannot be created. Please create database and user yourself.
Current configuration changes or updates need the OpenEMM system to be restarted.
Current menu: Change database configuration (dbcfg)
Database configuration for openemm:
dbms = mariadb
host = localhost
jdbc-connect = jdbc:mariadb://localhost/openemm?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8
jdbc-driver = org.mariadb.jdbc.Driver
name = openemm
password = xxxx
user = openemm
Please choose entry name to change (Blank => Back):
>
- Roy
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: 20.04 installation on CentOS 8
The database is created when you install the OpenEMM frontend.
OpenEMM Maintainer