Hints & Tricks

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Redirecting to Tips)
Line 1: Line 1:
__NOTOC__
+
#Redirect [[Tips]]
{{Template:Quicklinks}}
+
{{delete|The contents in this page were integrated into [[Tips]].}}
<br />
+
 
+
'''Deleting a few recently created prims'''
+
 
+
Occaisionally, one ends up with one or more prims that one would like to delete on a region but doesnt know where they are. Here is one possible solution to that problem.
+
 
+
Given the site, http://epochconverter.com, one can enter a human date and get a binary such as an epoch. For instance, 4/21/2008 19:00:34GMT is "1208797234"
+
 
+
Then, from a sqlite3 prompt or a mysql prompt, one can do:
+
select CreationDate from prims where CreationDate>"1208797234";
+
delete from prims where CreationDate>"1208797234";
+
 
+
 
+
[[Category:Help]]
+

Revision as of 23:38, 2 January 2011

  1. Redirect Tips
Personal tools
General
About This Wiki