To use Radiator's modules that utilise SQL for authenticating,
recording, accounting, and other purposes, install the DBI Perl library,
the DBD Perl library for your particular SQL database. Radiator does not
include an SQL database server. Operating system vendors and Windows Perl
distributions typically include DBI and DBD libraries for the common SQL
databases as prepackaged modules.
To use SQL:
- Install and test your chosen SQL database server.
- Install and test DBI.
- Install and test the DBD Perl module for the installed database
server
On Windows with Strawberry Perl, you can use the cpan or cpanm commands
to install the appropriate DBD support for your SQL server.