]> git.openstreetmap.org Git - osqa.git/blob - sql_scripts/drop-all-tables.sh
deleting the test file
[osqa.git] / sql_scripts / drop-all-tables.sh
1 mysql_username=''
2 mysql_database=''
3 mysqldump -u $mysql_username -p --add-drop-table --no-data $mysql_database | grep ^DROP 
4 #| mysql -u[USERNAME] -p[PASSWORD] [DATABASE]