Closed
Description
Tested in a Windows 10 x64 VM:
C:\Users\Admin\Desktop>mysql2sqlite-v0.1.0-0-gacc4d38-windows-amd64.exe --config-file C:\Users\Admin\Desktop\config.example.yaml
←[34m INFO←[0m[0000] mysql2sqlite v0.1.0-0-gacc4d38 (https://github.com/atc0005/mysql2sqlite)
←[34m INFO←[0m[0000] Successfully loaded configuration file C:\Users\Admin\Desktop\config.example.yaml
←[34m INFO←[0m[0000] Connection established to source database server at 127.0.0.1:3306
←[33m WARN←[0m[0000] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: attempt 1 of 6 to verify database connection failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
←[34m INFO←[0m[0000] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: applying retry delay of 2s
←[33m WARN←[0m[0002] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: attempt 2 of 6 to verify database connection failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
←[34m INFO←[0m[0002] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: applying retry delay of 2s
←[33m WARN←[0m[0004] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: attempt 3 of 6 to verify database connection failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
←[34m INFO←[0m[0004] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: applying retry delay of 2s
←[33m WARN←[0m[0006] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: attempt 4 of 6 to verify database connection failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
←[34m INFO←[0m[0006] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: applying retry delay of 2s
←[33m WARN←[0m[0008] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: attempt 5 of 6 to verify database connection failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
←[34m INFO←[0m[0008] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: applying retry delay of 2s
←[33m WARN←[0m[0010] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: attempt 6 of 6 to verify database connection failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
←[34m INFO←[0m[0010] github.com/atc0005/mysql2sqlite/internal/dbqs.VerifyDBConn: applying retry delay of 2s
←[31m ERROR←[0m[0012] verifying SQLite database connection failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
←[34m INFO←[0m[0012] Successfully closed connection to SQLite database C:\Users\Admin\Desktop/mailserver.db
←[34m INFO←[0m[0012] Successfully closed connection to database mailserver on host 127.0.0.1
Will likely be sorted with the work on #48.