[Contents] [Prev] [Next] [Index] [Report an Error]

Connecting to the Inventory Management System SQL Interface

To connect to the Inventory Management System database using the MySQL client provided in the JUNOScope installation, type the following:

% <JTK_INSTALL>/mysql/bin/mysql \
         - -socket=<JTK_INSTALL>/data/db/mysql.sock \
         - -port=<DBPORT>\
         - -host=<HOSTNAME>\
         - -user=<DBUSER_IMS>\
         - -password=<DBUSER_IMS_PASSWORD> $<DBNAME>

Where:


[Contents] [Prev] [Next] [Index] [Report an Error]