Skip to content
Snippets Groups Projects
Commit 457c13d0 authored by Gael Yvert's avatar Gael Yvert
Browse files

update INSTALL.md

parent 39de3a5f
Branches
Tags
No related merge requests found
...@@ -46,9 +46,9 @@ You also need to give yourself the permissions to write in the application direc ...@@ -46,9 +46,9 @@ You also need to give yourself the permissions to write in the application direc
### Database setup ### Database setup
MyLabStocks uses MySQL to store your data. For this, two things must be created in your MySQL server: a database and a user with administrative priviledges on this database. You therefor eneed to choose a username and password for this MySQL user. MyLabStocks uses MySQL to store data. For this, two things must be created in your MySQL server: a database and a user with administrative priviledges on this database. You therefore need to choose a username and password for this MySQL user.
To create the database and user, type the following commands in a terminal, after changing 'admin' and 'password' by the username and password you chose. To create the database and user, type the following commands in a terminal, after changing 'admin' and 'password' by the username and password of your choice.
```sh ```sh
sudo mysql sudo mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment