slight change in README.md

This commit is contained in:
kdeng00
2019-09-24 22:31:23 -04:00
parent 1b8c28e67b
commit 698ccf9099
+1 -1
View File
@@ -135,7 +135,7 @@ Prior to starting the API, the database must be created. The following tables ar
There is a MySQL script to create these tables, it can be found in the [Scripts/MySQL/](https://github.com/amazing-username/Icarus/blob/master/Scripts/MySQL/create_database.sql) directory. Just merely execute:
```shell
mysql -u ** -p < Scripts/MySQL/create_database.sql
mysql -u *dblikedecibel* -p < Scripts/MySQL/create_database.sql
```
From this point the database has been successfully created. Metadata and song filesystem locations can be saved.