mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
doc: adjust installation instructions for MySQL 8
This commit is contained in:
parent
ba3ce7cd17
commit
623d48f91f
@ -34,7 +34,8 @@ HINT: You should replace `some-password` with a secure custom password.
|
||||
#### MySQL (or MariaDB)
|
||||
|
||||
mysql -e "CREATE DATABASE director CHARACTER SET 'utf8';
|
||||
GRANT ALL ON director.* TO director@localhost IDENTIFIED BY 'some-password';"
|
||||
CREATE USER director@localhost IDENTIFIED BY 'some-password;
|
||||
GRANT ALL ON director.* TO director@localhost;"
|
||||
|
||||
In case your MySQL root user is password-protected, please add `-p` to this
|
||||
command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user