MySQL Forums
Forum List  »  Newbie

mysqld-nt crashes when executing batch file in 5.03 beta
Posted by: brice.videau
Date: March 28, 2005 04:53PM

Hello,

I'm quite new to mysql but I had installed the 5.0.1 and 5.0.0a alpha under windows XP, and designed a little database for managing cards. To make some backup of this database I dumped it in a batch file.
This file was working perfectly with mysql 5.0.1 and 5.0.0a.

When I try and execute my batch file, having previously created the database concerned, it crashes the mysqld-nt. On top of that the first table created in the database is listed but when a DROP DATABASE is issued it says that this table does not exist and then the command fails.

The database uses UTF8 and SET FOREIGN_KEY_CHECKS=0; is set in the begining of the file.

So I have two questions :
1- Can I force the database to be dropped or is it definitely corrupted?
2- Any clue on why the batch file crashes the server? (I'd be glad to send it is is a mere 250 ko when zipped)

thanks in advance,

Brice

Options: ReplyQuote


Subject
Written By
Posted
mysqld-nt crashes when executing batch file in 5.03 beta
March 28, 2005 04:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.