No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
apt clean</pre> | apt clean</pre> | ||
==Create database user for BlueSpice== | ==Create database user for BlueSpice== | ||
<span title="" class="">After installation, immediately create a database user for MariaDB directly with the following command:</span><br /> | <span title="" class="">After installation, immediately create a database user for MariaDB directly with the following command:</span><span /><br /> | ||
<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}} | |||
==Next Step== | ==Next Step== | ||
If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation Guide/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]]". |
Revision as of 09:42, 24 January 2023
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".