-
-
Save kylebrowning/7ea6b142d335052c3d23 to your computer and use it in GitHub Desktop.
Revisions
-
kylebrowning revised this gist
Sep 26, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ service cloudstack-management stop mysql -ppassword -e 'drop database cloud' mysql -ppassword -e 'drop database cloud_usage' cloudstack-setup-databases cloud:password@localhost --deploy-as=root:password rm -rf /var/log/cloud/management/* cloudstack-setup-management service cloudstack-management start -
There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ /etc/init.d/cloud-management stop mysql -ppassword -e 'drop database cloud' mysql -ppassword -e 'drop database cloud_usage' cloud-setup-databases cloud:password@localhost --deploy-as=root:password rm -rf /var/log/cloud/management/* cloud-setup-management /etc/init.d/cloud-management start