Update petclinic_db_setup_mysql.txt

Correct initialization script file's name
This commit is contained in:
thinksh 2016-02-03 23:19:46 -05:00
parent d6697d8853
commit 0504ec9fe3

View file

@ -16,7 +16,7 @@
the db/mysql directory. Alternatively, uncomment the mysql-connector from the the db/mysql directory. Alternatively, uncomment the mysql-connector from the
Petclinic pom. Petclinic pom.
3) Create the PetClinic database and user by executing the "db/mysql/createDB.txt" 3) Create the PetClinic database and user by executing the "db/mysql/initDB.sql"
script. script.
4) Open "src/main/resources/spring/data-access.properties"; comment out all properties in the 4) Open "src/main/resources/spring/data-access.properties"; comment out all properties in the