-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
option to create an initial database #8
Comments
Guidance for not including restricted characters in the database name would be good too. |
Specifically, dashes (-) are not allowed in mysql database names. Probably other characters as well. |
It’s possible. What you are asking for is a “create database” command to be
run on the container.
On Tue, Feb 11, 2020 at 6:49 PM Dan Tenenbaum ***@***.***> wrote:
It's very common that people need a database with a specific name. Can we
offer that as an option? If the field is populated, db4sci will create a
database with that name, otherwise it will behave normally.
Right now users of @vortexing <https://github.com/vortexing> 's
DIY-cromwell server solution need to manually connect to the database
server with the mysql client and create a database before they can run
cromwell. This feature would save them a step (and others too I think).
@fizwit <https://github.com/fizwit>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=ABHC3S4DABOTYWWNEOKQ3SDRCNPTXA5CNFSM4KTRKEUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IMZN26Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHC3S6QULK5C7PCU2OQ6C3RCNPTXANCNFSM4KTRKEUA>
.
--
John Dey
john@fuzzdog.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's very common that people need a database with a specific name. Can we offer that as an option? If the field is populated, db4sci will create a database with that name, otherwise it will behave normally.
Right now users of @vortexing 's DIY-cromwell server solution need to manually connect to the database server with the mysql client and create a database before they can run cromwell. This feature would save them a step (and others too I think).
@fizwit
The text was updated successfully, but these errors were encountered: