Changes between Version 1 and Version 2 of DatabaseBasedAnalysis/Connection


Ignore:
Timestamp:
08/04/18 18:09:24 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Connection

    v1 v2  
    1 == Host ==
     1== Credentials ==
    22
    3 The database is hosted at '''ihp-pc45.ethz.ch'''
     3The database '''factdata''' is hosted at '''ihp-pc45.ethz.ch'''. The use is '''fact''' with the usual password.
    44
    55== User ==
    66
    7 First, you need a user. For the moment, a user 'fact' is available with the standard password. The user 'fact' is allowed to connect from everywhere if an encrypted connection is used. Usually, all reasonably recent mysql clients are using encrypted connections. So in most cases, a simple should be enough
     7The user 'fact' is allowed to connect from everywhere if an encrypted connection is used. Usually, all reasonably recent mysql clients are using encrypted connections. So in most cases, a simple should be enough
    88
    99{{{> mysql -C -h ihp-pc45.ethz.ch -u fact -p factdata}}}