[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:
-
<JTK_INSTALL> is the path of the JUNOScope
installation.
-
<DBPORT> is the port number of the database
connection. The default port number is 3306.
-
<HOSTNAME> is the hostname of database server.
-
<DBUSER_IMS> is the database user for read-only
access to the Inventory Management System. This is the username that
the JUNOScope administrator provided during the installation process.
-
DBUSER_IMS_PASSWORD>< is the password for
the Inventory Management System database user. This is the password
that the JUNOScope administrator provided during the installation
process.
-
<DBNAME> is the database name
jtk for accessing the production Inventory Management System database,
or demo for accessing the demonstration database.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]