in reply to Creating a non-existing database through Perl

How would you create the database from the commandline mysql tool? You'd connect to the main database (I forget the name), create it there, then reconnect to the database. The way to do this would involve create a second DB connection if you need it.
  • Comment on Re: Creating a non-existing database through Perl

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.