IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 31, 2019, 12:00:44 PM (7 years ago)
Author:
eugene
Message:

add some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous-Server/bin/neb-voladd

    r28492 r41016  
    4343
    4444my $dbh = DBI->connect(
     45    # if you want to work with the localhost database but get socket path errors,
     46    # you should set the server host as 127.0.0.1 (not localhost)
     47
     48    # the following tells DBI to read the mysql/my.cnf files
     49    #  "DBI:mysql:database=$db:host=$dbhost:mysql_read_default_group=dbd_mysql",
     50
    4551    "DBI:mysql:database=$db:host=$dbhost",
    4652    $dbuser,
Note: See TracChangeset for help on using the changeset viewer.