Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge "drop test db if exists whenever mysql process starts/restarts"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunjie authored and Gerrit Code Review committed Jun 22, 2012
2 parents 78faf12 + c992449 commit 26f942e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/mysql_node/templates/mysql_init.erb
@@ -1,2 +1,4 @@
UPDATE mysql.user SET Password=PASSWORD('<%= properties.mysql_node.password %>') WHERE User='root';
FLUSH PRIVILEGES;

DROP DATABASE IF EXISTS test;

0 comments on commit 26f942e

Please sign in to comment.