Wednesday, April 24
Shadow

Tag: Confluence with MySQL database

How to set up confluence with MySQL database. Part 2

How to set up confluence with MySQL database. Part 2

General, Linux
Part 2 of 2 If you haven't found part 1, you can access it from here. In part 1 we installed MySQL, created a confluence database and user, and granted all the required permission to the user. Installed open JDK and configure or set up JAVA_HOME. Downloaded the Confluence file, created the required directory, extracted the Confluence file, and moved to the created directory. In this part, we will configure confluence and connect or set up with MySQL database. In this step, we will configure the confluence home directory by editing the confluence.init.properties file. which is located in the /opt/confluence/confluence/WEB-INF/classes/ directory root@conf:~# nano /opt/confluence/confluence/WEB-INF/classes/confluence-init.properties uncomment the confluence.home se...
How to set up Confluence with MySQL database. Part 1

How to set up Confluence with MySQL database. Part 1

General, Linux
Part 1 of 2 Confluence supports most of the databases. In this post, we will set up confluence with MySQL database in a Linux environment. I am using ubuntu 20.04 OS. In the first step, we will install the MySQL database. apt install mysql-server and press y. root@conf:~# apt install mysql-serverReading package lists… DoneBuilding dependency treeReading state information… DoneThe following additional packages will be installed:libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 libevent-pthreads-2.1-7 libfcgi-perllibhtml-parser-perl libhtml-tagset-perl libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perlliblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic mecab-ipadic-utf8 mecab-utilsmysql-client-8.0 mysql-clien...