in reply to How to create a table using Net::MySQL

Any ideas?

Check that you've been GRANTed permission to create tables in whatever database you're using.

Failing that, consider moving the DBD::MySQL. The DBI interface affords better error reporting.

  • Comment on Re: How to create a table using Net::MySQL