Revised password
This commit is contained in:
parent
88e19aa738
commit
61d724f136
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
MYSQL_ROOT_PW=cheerman
|
||||
MYSQL_SENLIN_PW=cheerman
|
||||
MYSQL_ROOT_PW=openstack
|
||||
MYSQL_SENLIN_PW=openstack
|
||||
|
||||
echo "Recreating 'senlin' database."
|
||||
cat << EOF | mysql -u root --password=${MYSQL_ROOT_PW}
|
||||
|
Loading…
Reference in New Issue
Block a user