Setup:Installation Guide/System Preparation/Linux/MariaDB and File:Setup:Sprache.png: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{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 server. The steps listed here are required.}}
==Installing MariaDB==
Install MariaDB via Aptitude:


<pre>apt update; \
apt install mariadb-server mariadb-client; \
apt clean</pre>
==Create database user for BlueSpice==
<span title="" class="">After installation, immediately create a database user for MariaDB directly with the following command:</span><span /><br />
<pre>mysql -e "GRANT ALL ON bluespice.* TO 'bluespice'@'127.0.0.1' IDENTIFIED BY '<a password of your choice>';"</pre>{{Messagebox|boxtype=important|icon=yes|Note text=It`s important to remember the username and password for later parts of the Installation.|bgcolor=}}
==Next Step==
If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation Guide/System Preparation/Linux/Jetty | Jetty]]".
[[en:{{FULLPAGENAME}}]]
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/MariaDB]]

Latest revision as of 15:38, 24 January 2023



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

No categories assignedEdit

Discussions