Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Root Password

Otavio De Moraes Neto edited this page Jun 8, 2016 · 4 revisions

Introduction

When altering the MYSQL database, MYSQL will prompt the user to input a username and password. The username is always set to root, and the password is a constant. This wiki page will demonstrate how to access that password from the development machine.

Access root password

  1. SSH into the development machine
  2. Run the following command:
cat /home/camcam/BigData/system/cam2/core/util/secret_constants.py

The password should be displayed on the terminal.

Clone this wiki locally