Fixed indentiation in installation guides.
parent
dc00c89b2f
commit
ad06c8acc8
|
@ -120,9 +120,9 @@ There are 2 parts:
|
||||||
|
|
||||||
With the root MariaDB user create a new user for MONARC:
|
With the root MariaDB user create a new user for MONARC:
|
||||||
|
|
||||||
MariaDB [(none)]> CREATE USER 'monarc'@'%' IDENTIFIED BY 'password';
|
MariaDB [(none)]> CREATE USER 'monarc'@'%' IDENTIFIED BY 'password';
|
||||||
MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'monarc'@'%';
|
MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'monarc'@'%';
|
||||||
MariaDB [(none)]> FLUSH PRIVILEGES;
|
MariaDB [(none)]> FLUSH PRIVILEGES;
|
||||||
|
|
||||||
### Create 2 databases
|
### Create 2 databases
|
||||||
|
|
||||||
|
|
|
@ -115,9 +115,9 @@ There are 2 parts:
|
||||||
|
|
||||||
With the root MariaDB user create a new user for MONARC:
|
With the root MariaDB user create a new user for MONARC:
|
||||||
|
|
||||||
MariaDB [(none)]> CREATE USER 'monarc'@'%' IDENTIFIED BY 'password';
|
MariaDB [(none)]> CREATE USER 'monarc'@'%' IDENTIFIED BY 'password';
|
||||||
MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'monarc'@'%';
|
MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'monarc'@'%';
|
||||||
MariaDB [(none)]> FLUSH PRIVILEGES;
|
MariaDB [(none)]> FLUSH PRIVILEGES;
|
||||||
|
|
||||||
### Create 2 databases
|
### Create 2 databases
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue