securis/src/main/resources/db/create_db.sql
.. .. @@ -1,7 +1,5 @@ 1 1 create database securis CHARACTER SET utf8 COLLATE utf8_bin; 2 -create user securis identified by 'securis';3 2 create user securis@localhost identified by 'securis'; 4 -grant all on securis.* to securis;5 3 grant all on securis.* to securis@localhost; 6 4 #Update passwords 7 5 flush privileges;