Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Warning

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

Table of Contents

Table of Contents
outlinetrue
excludeTable of Contents

Login

Default firewall settings do not allow for direct MariaDB connections from the outside. In order to gain administrative MariaDB 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 MariaDB root access using mysql by typing this command:

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

You will be asked you for the MariaDB root password.This page can now be found at Accessing Servers on the Squirro Docs site.