Changes between Version 20 and Version 21 of Tutorials/a0Basic/Tutorial3


Ignore:
Timestamp:
Nov 25, 2007, 11:08:02 PM (16 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/a0Basic/Tutorial3

    v20 v21  
    1313== 1. Using MySQL Client ==
    1414
    15 The easiest way to access your data is by manipulating the database directly with the MySQL Client.  From gateway.orbit-lab.org (or any of the consoles), you may access your database by issuing the following commands from the command line:
     15The easiest way to access your data is by manipulating the database directly with the MySQL Client. From a terminal session on ''gateway.orbit-lab.org'' (or any of the consoles), you may access your database by issuing the following commands from the command line:
    1616
    1717{{{
     
    3737== 2. Using Perl scripts ==
    3838
    39 Sample Perl script that gets data from the database:
     39You can use the following sample Perl script to retrieve the content of a particular table from your experiment database:
    4040{{{
    4141#! /usr/bin/perl