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

Just a hunch, but does the user you're logging in as have "create" permission?
  • Comment on Re: How to create a table using Net::MySQL

Replies are listed 'Best First'.
Re^2: How to create a table using Net::MySQL
by cmusselm (Initiate) on Feb 12, 2005 at 15:08 UTC
    Once again, I'm my own worst enemy. Thanks for the help, it was the permissions. Chad
Re^2: How to create a table using Net::MySQL
by jbrugger (Parson) on Feb 12, 2005 at 15:10 UTC
    As you might have read, 'dws' alreaddy gave that answer: 'Check that you've been GRANTed permission to create tables in whatever database you're using', no need to answer this twice.