Changes between Version 2 and Version 3 of DatabaseBasedAnalysis
- Timestamp:
- 08/03/18 16:55:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v2 v3 1 = Connecting to the Database = 2 1 3 == Host == 2 4 … … 55 57 A convenient way to retrieve data is the ''rootifysql'' tool which is part of the FACT++ package. More details can be found either calling it with the --help option or at https://www.fact-project.org/logbook/showthread.php?tid=4192. The same access rules as if the native mysql client is used apply. 56 58 57 == Other alternatives == =59 == Other alternatives == 58 60 61 Many possibilities exist to access a mysql database as a C API, MySQL++, Python (MySQL.Connector), PHP and others. You are free to use whatever tool you like. In the following, an analysis will be outlined using the ''rootifysql'' client and because it is most convenient. 62 63 == PhpMyAdmin == 64 65 To get a fast glimpse on the accessible databases and tables, you can log-in to PhpMyAdmin at http://iph-pc45.ethz.ch/phpmyadmin 66 67 = The Analyis = 68 69 == Data Selection == 70 71 == Data retrieval == 72 73 == Simple Analysis == 74 75