IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36176


Ignore:
Timestamp:
Oct 1, 2013, 4:09:56 PM (13 years ago)
Author:
watersc1
Message:

Because this change appears to not have been migrated?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippm/FilesMonitoring/scripts/update_table_undefined.py

    r36175 r36176  
    197197                                           'DisksMonitoring' )
    198198    else:
    199         filesMonitoring = MySQLdb.connect( 'localhost',
    200                                            'ipp', 'ipp',
    201                                            'DisksMonitoring' )
     199#        filesMonitoring = MySQLdb.connect( 'localhost',
     200#                                           'ipp', 'ipp',
     201#                                           'DisksMonitoring' )
     202        filesMonitoring = MySQLdb.connect('localhost', 'root', '', 'DisksMonitoring')
    202203    max_batch_size = 2500
    203204    if userlimit > max_batch_size:
Note: See TracChangeset for help on using the changeset viewer.