// Database Import / Export - Version 1 // Christopher Nathaniel | Kingsland Linassi #### Warning DO NOT change the database password, or installation data. The database password must not be used for the live environment, and this tool is to be used for testing and development environments only. #### About This is a database import / export script that can be used to keep the databases in sync across installations. It provides easy access and is most effective when combined with a version control system. Written for Linux and mac OS - MySql 5.7 and above. #### Instructions Give the files permissions to run via the terminal. Navigate to the directory and run the following commands; chmod +x ./_export.sh; chmod +x ./_import.sh; Run the scripts in the current directory, by referencing them as follows; ./_export.sh; // Export the database ./_import.sh; // Import the database