Move this from my personal repository and add head comment:
# This little script will bootstrap the master tables in the production # database (and nothing else). This means copying the relevant tables # from a known correct database (the "template database") into the # master_% tables in the production database. # # The template database needs to live on the same server as the # production database. # # The otuput of this script is SQL written to standard output. The SQL # needs to be run against the MySQL server manually. #
Please register or sign in to comment