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

[quality revision][quality revision]
(Created page with "__TOC__ {{Template:Important|text=BlueSpice stores your content in a database for which you need to install a corresponding server. The steps listed here are required.}}...")
(Tag: 2017 source edit)
 
m
(Tag: 2017 source edit)
icon required.png
BlueSpice stores your content in a database for which you need to install a corresponding server. The steps listed here are required.


Installing MariaDB[edit | edit source]

Install MariaDB via Aptitude:

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

Create database user for BlueSpice[edit | edit source]

Legen Sie nach erfolgter Installation direkt einen Datenbankbenutzer für MariaDB mit folgendem Befehl an:

mysql -e "GRANT ALL ON bluespice.* TO 'bluespice'@'127.0.0.1' IDENTIFIED BY '<ein Passwort Ihrer Wahl>';"

Next Step[edit | edit source]

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

__TOC__
        
        
        
        {{Template:Important|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==
        
        Legen Sie nach erfolgter Installation direkt einen Datenbankbenutzer für MariaDB mit folgendem Befehl an:
        
        
        
        
        <pre>mysql -e "GRANT ALL ON bluespice.* TO 'bluespice'@'127.0.0.1' IDENTIFIED BY '<ein Passwort Ihrer Wahl>';"</pre>
        
        
        
        ==Next Step==
        
        If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation InstructionsGuide/System Preparation/Linux/Jetty | Jetty]]".
        
        
        
        [[en:{{PAGENAME}}]]
        
        [[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/MariaDB]]
Line 16: Line 16:
  
 
==Next Step==
 
==Next Step==
If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation Instructions/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]]".
  
 
[[en:{{PAGENAME}}]]
 
[[en:{{PAGENAME}}]]
 
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/MariaDB]]
 
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/MariaDB]]

Attachments

Discussions