Skip to content
Snippets Groups Projects
Commit 3ad265b4 authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
Browse files

Fix formatting

parent c68cb920
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,10 @@ sudo apt install mariadb-server mariadb-client -y
``` bash
sudo mysql_secure_installation
```
This will walk you through some prompts to secure the server.
Since it should be a fresh installation, simply press ENTER at the first prompt
then N when asked to set up a root password and finally Y for all subsequent ones.
This will walk you through some prompts to secure the server.
Since it should be a fresh installation, simply press ENTER at the first prompt
then N when asked to set up a root password and finally Y for all subsequent ones.
3. Set up an administrative user
``` bash
......@@ -42,7 +43,7 @@ Then at the MariaDB prompt:
\q
```
4. Create the database
Download the database dump file (agrotoxin_database.sql) from the web site to the current working directory.
Download the database dump file (agrotoxin_database.sql) from the web site to the current working directory.
Log back in using the admin account:
``` bash
......@@ -54,7 +55,7 @@ Enter the password you selected above then at the MariaDB prompt:
SOURCE agrotoxin_database.sql
\q
```
5. Set up a passwordless account for querying the database
5. Set up a passwordless account for querying the database.
Log back in using the admin account:
``` bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment