fix mysql connect mode

This commit is contained in:
anlicheng 2024-07-30 20:05:22 +08:00
parent e2b1c74b00
commit 2aeda3d2a4
3 changed files with 3 additions and 3 deletions

View File

@ -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"},

View File

@ -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"},

View File

@ -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"},