Incase you want to include this in the server code, this is what I
did. Reason it is helpful having such a script is assignments table
does no clear itself on its own. If you create several assignments its
eventually going to kill your feeder.
[boinc...@vps DrugDiscovery]$ cat html/ops/clear_assignments.php
<?php
require_once("../inc/db.inc");
//create a database connection
db_init();
//write a query to remove assignments
$query = "delete from assignment";
//execute the query
$result = mysql_query($query);
?>
On Mon, Oct 26, 2009 at 3:47 PM, Jack Shultz <[email protected]>
wrote:
> Is there currently a script that clears all assignments?
>
> --
> Jack
>
> http://drugdiscoveryathome.com
> http://hydrogenathome.org
>
--
Jack
http://drugdiscoveryathome.com
http://hydrogenathome.org
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.