Re: rentering a sql script

2005-12-31 Thread David Logan
Jon Miller wrote: I have a sql script that needs to be re entered using the following command mysql < create.sql but the database already exists. IS there a way to overwrite or update the database using the script, or do I have to delete the existing database?

rentering a sql script

2005-12-30 Thread Jon Miller
I have a sql script that needs to be re entered using the following command mysql < create.sql but the database already exists. IS there a way to overwrite or update the database using the script, or do I have to delete the existing database? I have a sql script that needs to be re entered