Cookie consent settingsAccept all
  • Skip to header bar
  • Skip to main navigation
  • Skip to page tools
  • Skip to work area
  • New process
  • Overview
    • Files
    • Processes
    • Ratings
    • Recommendations
    • WikiExplorer
    • Workflows
  • Login
Main navigation contains tabs, main links and MediaWiki sidebar
Entrypoints
  • Main Page
  • Pages
  • Books
  • Blogs
  • Recent changes
Quick Links
  • All topics
  • Video-Tutorials
  • Templates download
Documentation
  • Security Advisories
  • Installation
  • Releases
  • Software catalog
  • Trust & Safety
Books
  • User manual
  • Admin manual
  • Semantic MediaWiki basics
Participate
  • BlueSpice community
You are viewing an old version of this page. Return to the latest version.
This is the version of 24 January 2023, 08:42 by Redaktion
PreviousNext
  • Setup
  • Installation Guide
    • System Preparation
      • Linux
        • MariaDB
        Last edited 2 years ago
        by Redaktion

        MariaDB on Linux

        • English
        • Deutsch
        Revision as of 08:42, 24 January 2023 by Redaktion (talk | contribs)
        (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

        Contents

        • 1 Installing MariaDB
        • 2 Create database user for BlueSpice
        • 3 Next Step
        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".



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

        Retrieved from "https://en.wiki5.bluespice.com/w/index.php?title=Setup:Installation_Guide/System_Preparation/Linux/MariaDB&oldid=5462"
        No categories assignedEdit
        Page actions and tools navigaiton contains tabs, toolbox and actions
        Actions
        • Refresh
        • Copy URL
        • E-Mail
        • QR code
        Details
        • View history
        • Page information
        • Browse properties
        • ... all actions
        • Privacy policy
        • Terms of service
        • Disclaimer
        • Imprint
        • Accessibility
        • About
        • Edit preview settings
        • Powered by MediaWiki
        • Powered by BlueSpice
        • Powered by Semantic MediaWiki
        • Creative Commons License