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