--- loncom/lonsql 2005/02/09 20:39:47 1.66 +++ loncom/lonsql 2005/04/13 18:39:13 1.67 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.66 2005/02/09 20:39:47 albertel Exp $ +# $Id: lonsql,v 1.67 2005/04/13 18:39:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -241,6 +241,7 @@ unless ($dbh = DBI->connect("DBI:mysql:l exit 1; } else { + unlink('/home/httpd/html/lon-status/mysql.txt'); $dbh->disconnect; }