Changes between Version 36 and Version 37 of DatabaseBasedAnalysis
- Timestamp:
- 08/05/18 10:55:44 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v36 v37 6 6 7 7 Most 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 11 Although 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 8 17 9 18 = Connecting to the Database =