Hi.

I am doing a simple programmatic task.  I am opening a connection to a
database using

     connn = DriverManager.getConnection("jdbc:mysql://localhost/dbname")

I then do some stuff, and execute a conn.close().

I then try and delete the database files, and I get an error that they are
in use by another process - you guessed it, mysql.

My question is why?!!!

thanks,

David

PS  And can I get mysql to drop it's connection without a net stop/start?



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to