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

View File

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

View File

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