Re: mysql process keeps references to files after conn.close()

2002-11-15 Thread Mark Matthews
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 4:51 PM Subject: mysql process keeps references to files after conn.close() > Hi. > > I am doing a simple programmatic task. I am opening a connection

mysql process keeps references to files after conn.close()

2002-11-15 Thread dhay
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