Last edited 2 years ago
by Anonymous user

SocialEntity:29 and Setup:Installation Guide/System Preparation/Linux/MariaDB: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
{
{{DISPLAYTITLE:MariaDB on Linux}}
    "social-profile-title": null,
__TOC__
    "social-profile-name": null,
{{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.}}
    "social-profile-email": null,
==Installing MariaDB==
    "social-profile-department": "",
Install MariaDB via Aptitude:
    "social-profile-function": "",
 
    "social-profile-location": "",
<pre>apt update; \
    "social-profile-phone": "",
apt install mariadb-server mariadb-client; \
    "description": "",
apt clean</pre>
    "parentid": 0,
==Create database user for BlueSpice==
    "id": 29,
<span title="" class="">After installation, immediately create a database user for MariaDB directly with the following command:</span><span /><br />
    "ownerid": 8,
 
    "type": "profile",
<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=yellow}}
    "archived": false,
 
    "tags": [
==Next Step==
        "User:Fbaeckmann"
If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation Guide/System Preparation/Linux/Jetty | Jetty]]".
    ],
 
    "resolved": false
[[en:{{FULLPAGENAME}}]]
}
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/MariaDB]]

Revision as of 10:42, 24 January 2023

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>';"
It`s important to remember the username and password for later parts of the Installation.


Next Step

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

No categories assignedEdit