root/trunk/reset_sql.sh

Revision 1, 152 bytes (checked in by anonymous, 3 years ago)

initial import

  • Property svn:executable set to
Line 
1 #!/bin/sh
2
3 cat dotnode-clear.sql | mysql dotnode_$LOGNAME
4 cat dotnode-struct.sql | mysql dotnode_$LOGNAME
5 cat dotnode-data.sql | mysql dotnode_$LOGNAME
Note: See TracBrowser for help on using the browser.