mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +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'; |