Changes between Version 36 and Version 37 of DatabaseBasedAnalysis


Ignore:
Timestamp:
08/05/18 10:55:44 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v36 v37  
    66
    77Most of the data is in the database. Due to some technical reasons still about 1/5th of the data is missing. Most of it from 2016 (seems 2016 the data was more noisy). No automatic process is currently updating the tables and no process is replicating the existing data from La Palma.
     8
     9= Basics =
     10
     11Although this page will give some basic examples how to implement an analysis, this is neither an analysis tutorial nor a reference guide to SQL or the required tools. For this, please refer to their manuals. Here are a few examples:
     12
     13* MySQL: https://dev.mysql.com/doc/refman/5.7/en/
     14* {{{man mysql}}}
     15* {{{rootifysql --help}}} and https://www.fact-project.org/logbook/showthread.php?tid=4192
     16* PHP MySQL API: http://php.net/manual/en/book.mysql.php
    817
    918= Connecting to the Database =