Does anyone know how to create the initial database and tables
programmatically via DBI under MYSQL. I've been creating the application
database and required tables using the provided MYSQL utilities and then
using the Perl DBI to insert/update/delete records. I know that MYSQL's
command line utility allows you to script database and table creation;
however, I'd like to generate the database/tables using Perl. I realize the
solution will be MYSQL specific. It looks like there might be a way of
creating the database via the database driver handle but I'm not sure.

                                                        Thanks, Ken

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to