Skip to content

Commit

Permalink
Add usage in MVC application documentation
Browse files Browse the repository at this point in the history
Signed-off-by: haclong <haclong99@hotmail.com>
  • Loading branch information
haclong committed Jul 6, 2020
1 parent 3ad51ad commit 2c51039
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -219,5 +219,4 @@ PMA_HOST=mysql
### Initiating the database schemas

At build, if the `/.data/db` folder is missing, Docker will create the mysql database with the .sql files left in the `.docker/mysql` folder. (the CREATE DATABASE, USE (database), CREATE TABLE, INSERT INTO directives).
If there's multiple .sql files, it is a good idea to safely order the list of sql files because Docker will read the files in ascending order.

If there's multiple .sql files, it is a good idea to safely order the list of sql files because Docker will read the files in ascending order.

0 comments on commit 2c51039

Please sign in to comment.