root/feedmelinks/bin/create-ddl.sh

Revision 1325, 191 bytes (checked in by jm3, 2 years ago)

refactored perl and shell scripts so they all use the new config mechanism

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 . env.sh # read in environment config vars
4
5 # export the table structure of the whole DB
6 mysqldump -u `get_database_user` -p`get_database_password` `get_database_name` --no-data
7
Note: See TracBrowser for help on using the browser.