Changes between Version 20 and Version 21 of Tutorials/a0Basic/Tutorial3
- Timestamp:
- Nov 25, 2007, 11:08:02 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/a0Basic/Tutorial3
v20 v21 13 13 == 1. Using MySQL Client == 14 14 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:15 The 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: 16 16 17 17 {{{ … … 37 37 == 2. Using Perl scripts == 38 38 39 Sample Perl script that gets data from thedatabase:39 You can use the following sample Perl script to retrieve the content of a particular table from your experiment database: 40 40 {{{ 41 41 #! /usr/bin/perl