Installation fails connection to MySQL
Posted: Wed Sep 19, 2018 12:00 am
Hi everyone, I'm having trouble running the logicaldoc community installer (8.0) on Ubuntu server 18.04.1 LTS
I've created a MySQL database (called logicaldoc) and a database user (also called logicaldoc) and have verified using the MySQL command line client that I can connect to the correct database with these credentials.
But when I run the installer I get to the stage where I enter the database connection credentials and the installer responds with
When I checked the installer log file all it contains is;
Has anyone else seen this problem and/or figured out what I need to do to resolve it?
O/S - Ubuntu Server 18.04.1 LTS
LogicalDOC - Community Edition 8.0
MySQL - 5.7.23
I've created a MySQL database (called logicaldoc) and a database user (also called logicaldoc) and have verified using the MySQL command line client that I can connect to the correct database with these credentials.
But when I run the installer I get to the stage where I enter the database connection credentials and the installer responds with
Code: Select all
Validation failed:
Database not connected
Code: Select all
Tue Sep 18 22:30:29 UTC 2018 - INFO - Setup BEGINS
Tue Sep 18 22:30:29 UTC 2018 - INFO - Checking the existence of /opt/logicaldoc/conf/context.properties
Tue Sep 18 22:31:23 UTC 2018 - INFO - Validating connection to jdbc:mysql://<server>[,<failoverhost>][<:3306>]/<database>
Tue Sep 18 22:31:23 UTC 2018 - INFO - Database not connected perhaps the schema doesnt exist yet
Tue Sep 18 22:31:23 UTC 2018 - INFO - Validating connection to jdbc:mysql://<server>[,<failoverhost>][<:3306>]/<database>
Tue Sep 18 22:31:23 UTC 2018 - INFO - Database not connected perhaps the schema doesnt exist yet
Tue Sep 18 22:31:39 UTC 2018 - INFO - Validating connection to jdbc:mysql://<server>[,<failoverhost>][<:3306>]/<database>
Tue Sep 18 22:31:39 UTC 2018 - INFO - Database not connected perhaps the schema doesnt exist yet
Tue Sep 18 22:31:39 UTC 2018 - INFO - Validating connection to jdbc:mysql://<server>[,<failoverhost>][<:3306>]/<database>
Tue Sep 18 22:31:39 UTC 2018 - INFO - Database not connected perhaps the schema doesnt exist yet
O/S - Ubuntu Server 18.04.1 LTS
LogicalDOC - Community Edition 8.0
MySQL - 5.7.23