Created
January 18, 2018 13:38
-
-
Save anthonybudd/2753cfea260f2748f2dbd3cd5d76cc30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm -rf /home/bitnami/www/demo.gdprplug.in | |
cp -a /home/bitnami/demo.gdprplug.in /home/bitnami/www/demo.gdprplug.in | |
/opt/bitnami/mysql/bin/mysql -u root --password=YOUR_MYSQL_PASSWORD demo_gdprplug_in < /home/bitnami/export.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment