No edit summary |
m (username removed) (log details removed) |
(No difference)
|
Latest revision as of 10:42, 16 May 2025
Archived!This documentation is obsolete and no longer applies to the current BlueSpice version.
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>';"
Next Step
If you have completed all steps successfully, you can proceed to the next step " Jetty".