in reply to have a script autmatically create a SQL database
in summary, i can appreciate your desire to automate as much as possible, but IMO, you need to draw the line somewhere. if you're only deploying to mysql, then you're relatively safe. if you intend to port to other dbms, make having an existing instance/db a prerequisite. now auto-creating schema... that's a different story ;)
btw, the dbi questions are perfectly legit..
cheers
|
|---|