Hi, does anyone experience similar problems when connecting to a MySQL 8 docker container (WSL2)?
I get ErrorNo 2026 (HY000) on connect. While mysql command and MySQL Workbench work as expected. fTransaction := TSQLTransaction.Create(Application); fDatabase := TMySQL57Connection.Create(Application); with fDatabase do begin HostName := '127.0.0.1'; Port := 3311; DatabaseName := 'sus'; UserName := 'sus'; Password := 'sus'; Transaction := fTransaction; try Connected := true; except on E:Exception do begin fErrorMessage := E.Message; end; end; end; Lazarus trunk, FPC trunk. Pascal
_______________________________________________ fpc-devel maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
