Re: DBD::mysql not reading host from config file

2024-07-27 Thread Danny Rice via Cygwin
ersions available in Cygwin, which are almost certainly older than the > ones on Linux This has been an issue since at least 2020. The current cygwin DBD::mysql is version is 4.052. The one I tested on linux is currently 4.046. On Sat, Jul 27, 2024 at 2:50 AM ASSI via Cygwin wrote: > Danny R

DBD::mysql not reading host from config file

2024-07-25 Thread Danny Rice via Cygwin
With a dsn like $dsn = "dbi:mysql:mysql_ssl=1;mysql_read_default_file=test.cnf;mysql_read_default_group=test_group"; $dbh = DBI->connect($dsn); seemingly fails to read the host from [test_group] in test.cnf. Adding a valid host=host_name to the $dsn succeeds in reading the user, password etc from