Setup:Installation Guide/System Preparation/Linux/MariaDB: Difference between revisions

(Created page with "{{DISPLAYTITLE:MariaDB on Linux}} __TOC__ {{Messagebox|boxtype=important|Note text=BlueSpice stores your content in a database for which you need to install a corresponding se...")
Tag: 2017 source edit
 
No edit summary
Line 11: Line 11:
<span title="" class="">After installation, immediately create a database user for MariaDB directly with the following command:</span><br />
<span title="" class="">After installation, immediately create a database user for MariaDB directly with the following command:</span><br />


<pre>mysql -e "GRANT ALL ON bluespice.* TO 'bluespice'@'127.0.0.1' IDENTIFIED BY '<ein Passwort Ihrer Wahl>';"</pre>
<pre>mysql -e "GRANT ALL ON bluespice.* TO 'bluespice'@'127.0.0.1' IDENTIFIED BY '<a password of your choice>';"</pre>
==Next Step==
==Next Step==
If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation Guide/System Preparation/Linux/Jetty | Jetty]]".
If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation Guide/System Preparation/Linux/Jetty | Jetty]]".

Revision as of 16:22, 21 December 2021

Important!BlueSpice stores your content in a database for which you need to install a corresponding server. The steps listed here are required.

Installing MariaDB

Install MariaDB via Aptitude:

apt update; \
apt install mariadb-server mariadb-client; \
apt clean

Create database user for BlueSpice

After installation, immediately create a database user for MariaDB directly with the following command:

mysql -e "GRANT ALL ON bluespice.* TO 'bluespice'@'127.0.0.1' IDENTIFIED BY '<a password of your choice>';"

Next Step

If you have completed all steps successfully, you can proceed to the next step " Jetty".



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions