diff options
Diffstat (limited to 'csit/config/db/db.sh')
-rwxr-xr-x | csit/config/db/db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/config/db/db.sh b/csit/config/db/db.sh index 7cc94fdb..d1300091 100755 --- a/csit/config/db/db.sh +++ b/csit/config/db/db.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -for db in migration pooling policyadmin operationshistory controlloop +for db in migration pooling policyadmin operationshistory clampacm do mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "CREATE DATABASE IF NOT EXISTS ${db};" mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "GRANT ALL PRIVILEGES ON \`${db}\`.* TO '${MYSQL_USER}'@'%' ;" |