[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] DBI/DBD mysql help!
- Subject: RE: [cobalt-users] DBI/DBD mysql help!
- From: "Stew Smith" <stew@xxxxxxxxxx>
- Date: Mon Aug 14 17:58:35 2000
> how do I install DBI/DBD modules on my cobalt raq3 server?
$ perl -MCPAN -e shell
cpan> install bundle DBI
...then install each driver that you need, like
cpan> install DBD::mysql
...type 'i /pattern/' to search for options with pattern in the name.
...(i.e. cpan> i /DBD/)
--Stew