Change MySQL default user from root to rhymix

This commit is contained in:
Kijin Sung 2022-10-30 18:24:24 +09:00
parent 0b2f9a7c6e
commit 326f84584a
2 changed files with 7 additions and 5 deletions

View file

@ -8,10 +8,10 @@ modules:
CURLOPT_TIMEOUT: 180
DbDropTablesHelper:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'root'
password: 'root'
user: 'rhymix'
password: 'rhymix'
Db:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'root'
password: 'root'
user: 'rhymix'
password: 'rhymix'
cleanup: true