@@ -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 thereforeneed 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 thereforeneed 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.