No categories assigned

MariaDB

< Setup:Installation Guide‎ | System Preparation‎ | Linux
Revision as of 13:54, 13 September 2019 by Mlink-rodrigue (talk | contribs) (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.}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Install MariaDB via Aptitude:

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

Create database user for BlueSpice

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

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

Attachments

Discussions