vibed 앱에서 MySQL/MariaDB 데이터베이스에 연결할 수 없음 커스텀 메인(custom main)을 사용하면 모두 정상적으로 동작합니다.void main()대신shared static this()). 기본 메인으로 "Access Violation" 오류가 발생합니다.MySQL이 다음 위치에서 접속을 허용하지 않는 것 같습니다.localhostmy.ini에 문자열을 추가했습니다. bind-address = 127.0.0.1 코드(도움말인 경우): import std.stdio; import std.path; import std.file; import std.string; import dini; import vibe.d; import colorize; import ddbc.all; shared s..