[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] DBI/DBD mysql help!



> 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