Help for this page

Select Code to Download


  1. or download this
    $dsn = "DBI:mysql:test;mysql_read_default_file=/var/lib/mysql/my.cnf";
    $dbh = DBI->connect($dsn);
    
  2. or download this
    [client]
    user="username"
    password="my_password"