Revision 114884cdb3d083b4cbfca82d36b942a5ba28e066 authored by jenjou on 08 May 2019, 19:05:01 UTC, committed by Casey Litton on 08 May 2019, 19:05:01 UTC
1 parent 116902e
Raw File
my.cnf.template
# Configuration file for ENCODE Data Warehouse access
# Copy to encoded/my.cnf

# TODO: change to more informative section name (also must change in edw_file.py
#[edw]

[mysql]
host = encodedcc.sdsc.edu
database = encodeDataWarehouse
user = ChangeMe
password = ChangeMe

back to top