Table of Contents

DBD-mysql

DBD-mysql is a software module available on Comet.

DBD-mysql overview

To access DBD-mysql on Comet, run module load DBD-mysql. This will load the default version of DBD-mysql.

An overview of the module information is shown below (module -r spider ^DBD-mysql$):

DBD-mysql:
    Description:
      Perl binding for MySQL

     Versions:
        DBD-mysql/4.051-GCC-13.3.0

  For detailed information about a specific "DBD-mysql" package (including how to load the modules) use the module's full name.
  Note that names that have a trailing (E) are extensions provided by other modules.
  For example:

     $ module spider DBD-mysql/4.051-GCC-13.3.0

If there are multiple versions of DBD-mysql listed, then you can load a specific version as follows:

$ module load DBD-mysql/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^DBD-mysql$.


DBD-mysql Help

The module DBD-mysql has the following embedded help text (module help DBD-mysql):

Description
===========
Perl binding for MySQL

More information
================
 - Homepage: https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql.pm


DBD-mysql Dependencies

The default version of the module DBD-mysql has the following dependencies:


Back to software