From a1f6b2c11b11426984be4f6b8f25281338dc9c9f Mon Sep 17 00:00:00 2001 From: pdunnigan Date: Thu, 5 Dec 2013 13:21:33 -0500 Subject: [PATCH] fixed instructions for implementing mysql db --- src/main/resources/db/mysql/petclinic_db_setup_mysql.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt b/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt index 66a7c2f20..0d9edb6b9 100644 --- a/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt +++ b/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt @@ -16,9 +16,9 @@ the db/mysql directory. Alternatively, uncomment the mysql-connector from the 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. 4) Open "src/main/resources/spring/jdbc.properties"; comment out all properties in the "HSQL Settings" section; uncomment all properties in the "MySQL Settings" - section. \ No newline at end of file + section.