NativeCI | Docs NativeCI | Docs
  • Getting started

    • Introduction to NativeCI
    • Setup
    • Creating project
  • Apps

    • Build
    • Deployment
    • Resizing
    • Monitoring
    • Logging
    • Attach
    • Environment variables
    • SSL provisioning
    • Custom subdomain
    • Deploying NativeAI API
  • Databases

    • Databases quickstart
    • Retrieve root password
    • MySQL
    • Postgres
    • MSSQL
  • Learn by example

    • Go
    • AngularJS
    • C# NetCore
    • Java Gradle
    • Java Maven
    • NextJs
    • NuxtJs
    • NodeJs
    • Python
    • ReactJs
    • VueJs
    • Svelte
    • Docker
  • More

Retrieve root password

In order to retrieve root password for MySQL database created, open the database page, next click 'Attach button': Attach

Next enter the following command into the terminal:

echo $MYSQL_ROOT_PASSWORD

Root password

Edit this page on GitHub Updated at Wed, May 17, 2023
Databases quickstart MySQL