Solid mysql database

From Hall A Wiki
Revision as of 23:37, 9 February 2011 by Zwzhao (Talk | contribs) (New page: You need to access SoLID mysql server soliddb.jlab.org when you run the simulation or update detector info into the database. But the server is behind Jlab firewall, here is how to access...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You need to access SoLID mysql server soliddb.jlab.org when you run the simulation or update detector info into the database.

But the server is behind Jlab firewall, here is how to access it by ssh tunneling with the command line below in linux

ssh -X -N -g -L 3306:soliddb:3306 your_jlab_username@login.jlab.org

then mysql command to 127.0.0.1 will be redirect to soliddb.jlab.org