mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Change MySQL default user from root to rhymix
This commit is contained in:
parent
0b2f9a7c6e
commit
326f84584a
2 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue