# How to access MySQL database credentials?

MySQL is a free and open-source RDBMS. Relational data segregates data into one or more tables to connect similar data. Furthermore, data can be originated, upgraded, and fetched using the SQL programming language to manage user access to the database. It works with an operating system to implement a relational database in a computer's storage system, handles users, allows network access, and makes it easier to evaluate database integrity and create backups.

### **Configuring Remote Connections for Hosts**

In this article, you will find steps to access database credentials in MySQL server image.

**1.** Complete SSH using your machine IP Address, then log in using the credentials provided to you for the MySQL server.

**2.** Your local machine contains the username and password for the MySQL database.

```
ls
nano bitnami_credentials
```

**3.** To access your MySQL database, switch to the root user.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acecloud.ai/knowledge-base/tutorials/how-to-access-mysql-database-credentials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
