mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3 lines
99 B
Plaintext
3 lines
99 B
Plaintext
CREATE DATABASE petclinic;
|
|
|
|
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; |