Page 1 of 1

database non connected

Posted: Tue Sep 25, 2018 11:57 pm
by lamacchia
windows 10 operating system, installed mysql, installed logicaldoc, database not connected. what to do?

Re: database non connected

Posted: Fri Sep 28, 2018 2:16 pm
by agaspa
Check if the database is accessible from command line.
mysql -u <username> -p"<password>" logicaldoc

Also check that the database service (MySQL or MariaDB) is running

Re: database non connected

Posted: Mon Oct 22, 2018 1:39 pm
by ramzi87
hi
try to use mysql server 5.7 it is the recommend
and fellow the Prepare the Database on Windows here
https://docs.logicaldoc.com/en/installa ... se-windows
good luck