Changes between Version 55 and Version 56 of DatabaseBasedAnalysis
- Timestamp:
- 08/05/18 15:58:52 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v55 v56 13 13 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: 14 14 15 * MySQL : https://dev.mysql.com/doc/refman/5.7/en/16 * {{{man mysql}}}15 * MySQL Manual: https://dev.mysql.com/doc/refman/5.7/en/ 16 * MAN page of the mysql client: {{{man mysql}}} 17 17 * {{{rootifysql --help}}} and https://www.fact-project.org/logbook/showthread.php?tid=4192 18 18 * PHP MySQL API: http://php.net/manual/en/book.mysql.php