mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 06:09:37 +00:00
3 lines
No EOL
99 B
Text
3 lines
No EOL
99 B
Text
CREATE DATABASE petclinic;
|
|
|
|
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; |