fix mysql

This commit is contained in:
anlicheng 2026-02-28 13:37:56 +08:00
parent ed0ad499dd
commit bcfcbcbd1d

View File

@ -47,13 +47,13 @@
{mysql_sdlan, {mysql_sdlan,
[{size, 10}, {max_overflow, 20}, {worker_module, mysql}], [{size, 10}, {max_overflow, 20}, {worker_module, mysql}],
[ [
{host, {39, 98, 184, 67}}, {host, {118, 178, 229, 213}},
{port, 3306}, {port, 3306},
{user, "sdlanuser"}, {user, "punchnetuser"},
{connect_mode, lazy}, {connect_mode, lazy},
{keep_alive, true}, {keep_alive, true},
{password, "sdlan@J1c8WGu"}, {password, "punchnet@J1c8WGu"},
{database, "sdlan"}, {database, "punchnet_v2"},
{queries, [<<"set names utf8">>]} {queries, [<<"set names utf8">>]}
] ]
}, },