Changes between Version 2 and Version 3 of DatabaseBasedAnalysis


Ignore:
Timestamp:
08/03/18 16:55:38 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v2 v3  
     1= Connecting to the Database =
     2
    13== Host ==
    24
     
    5557A 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.
    5658
    57 == Other alternatives ===
     59== Other alternatives ==
    5860
     61Many 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
     65To 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