mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Update user.sql
This commit is contained in:
parent
8b1ac6736e
commit
11eeb4d096
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ ALTER DATABASE petclinic
|
||||||
DEFAULT CHARACTER SET utf8
|
DEFAULT CHARACTER SET utf8
|
||||||
DEFAULT COLLATE utf8_general_ci;
|
DEFAULT COLLATE utf8_general_ci;
|
||||||
|
|
||||||
GRANT ALL PRIVILEGES ON petclinic.* TO 'petclinic'@'%' IDENTIFIED BY 'petclinic';
|
GRANT ALL PRIVILEGES ON petclinic.* TO 'petclinic' IDENTIFIED BY 'petclinic';
|
||||||
|
|
Loading…
Reference in a new issue