Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

MySQL is used by Squirro for metadata storage (see Services for more information). To investigate this metadata, MySQL can be accessed directly.

Squirro can not provide support for issues that arise as a consequence of updating data directly in MySQL.

Table of Contents

Login

Default firewall settings do not allow for direct MySQL connections from the outside. In order to gain administrative MySQL access you have to connect to the server using SSH first. 

Default Login

Please see /wiki/spaces/BOX/pages/15171592 (page requires license) or contact support.

Root Access

Once logged in you can gain MySQL root access using mysql by typing this command:

[squirro@localhost ~]$ mysql -u root -p

You will be asked you for the MySQL root password.

  • No labels