Here is the information about mysql database
Hostname: nn01.itversity.com 2
Username: retail_dba
Password: itversity
Available databases :
---------------------
retail_db - read only
retail_import
retail_export
hr_export
h1b_db
Here is the syntax to connect from gw01.itversity.com
mysql -u retail_dba -h nn01.itversity.com -p
To use hr database :
mysql -u hr_user -h ms.itversity.com -p
To use h1b database :
mysql -u h1b_user -h ms.itversity.com -p
It will prompt you for the password. Now enter the password and it will connect to mysql > .
Feel free to run show databases and use anyone of those databases to create tables and insert data.