Changes between Version 1 and Version 2 of DatabaseBasedAnalysis/Connection
- Timestamp:
- 08/04/18 18:09:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/Connection
v1 v2 1 == Host==1 == Credentials == 2 2 3 The database is hosted at '''ihp-pc45.ethz.ch'''3 The database '''factdata''' is hosted at '''ihp-pc45.ethz.ch'''. The use is '''fact''' with the usual password. 4 4 5 5 == User == 6 6 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 enough7 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 8 8 9 9 {{{> mysql -C -h ihp-pc45.ethz.ch -u fact -p factdata}}}