AWS Marketplace

2. Accessing the Instance

2.1. Accessing the Database

 

4Insights uses MySQL 5.5.57 as a repository for storing the information saved in the tool, such as users, profiles, access credentials, parameters, templates, and environments.
With the Putty session open you can access MySQL by using the following command:

$ mysql -uroot -p

Note: By default the database instance is created with user "root" and password "root".

The database name used by 4insights is "4insights" and it can be viewed by using the following command:

mysql> show databases;