Difference between revisions of "Solid mysql database"
From Hall A Wiki
(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...) |
|
(No difference)
|
Revision as of 23:40, 9 February 2011
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