root/trunk/reset_sql.sh

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

initial import

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