From 698ccf9099dd566fec4b26f85219c6e0becd40a5 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Tue, 24 Sep 2019 22:31:23 -0400 Subject: [PATCH] slight change in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6cf025..4b05dc3 100644 --- a/README.md +++ b/README.md @@ -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.