mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 14:25:23 +00:00
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2479 7e9141cc-0065-0410-87d8-b60c137991c4
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
|
|
CREATE USER SA PASSWORD ""
|
|
GRANT DBA TO SA
|
|
SET WRITE_DELAY 10
|