fix mysql connect mode
This commit is contained in:
parent
e2b1c74b00
commit
2aeda3d2a4
@ -61,7 +61,7 @@
|
||||
{host, {39, 98, 184, 67}},
|
||||
{port, 3306},
|
||||
{user, "nannonguser"},
|
||||
{connect_mode, lazy},
|
||||
{connect_mode, synchronous},
|
||||
{keep_alive, true},
|
||||
{password, "nannong@Fe7w"},
|
||||
{database, "nannong"},
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
{host, {172, 30, 37, 231}},
|
||||
{port, 3306},
|
||||
{user, "nannonguser"},
|
||||
{connect_mode, lazy},
|
||||
{connect_mode, synchronous},
|
||||
{keep_alive, true},
|
||||
{password, "nannong@Fe7w"},
|
||||
{database, "nannong"},
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
{host, {172, 16, 0, 3}},
|
||||
{port, 3306},
|
||||
{user, "nannonguser"},
|
||||
{connect_mode, lazy},
|
||||
{connect_mode, synchronous},
|
||||
{keep_alive, true},
|
||||
{password, "vWWxo@J1c8WGu"},
|
||||
{database, "nannong"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user