On Sun, Sep 1, 2024 at 8:27 AM Dennis German <dger...@real-world-systems.com>
wrote:

> In the documentation for DBI I did not see using the call format
> argname=xxxx
>
Connecting is a very driver-specific action, so the best place to look is
the docs for your driver - in your case, DBD::mysql. The very top of the
DBD::mysql manpage[1] has a good sample dsn (data source name) and an
excellent section on how to connect. It's usually best to consult both both
documentations.

Cheers,
Greg

[1] https://metacpan.org/pod/DBD::mysql

Reply via email to