> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-dbaas/database-access-using-other-apps.md).

# Database Access Using Other Apps

The IP address used by the user's computer can be found by typing the link in the browser [**https://ifconfig.me/**](https://ifconfig.me/) or via **Command Prompt (CMD)** by typing **curl ifconfig.me**

"

\
IP check display - CMD

"

Go to **RDBMS** page. On the **Data Stores** page, click the **Details** button.

"

Click the **Firewall** tab, click the **Create trusted source** button.

"

Type the IP obtained from **<https://ifconfig.me/>** or from **Command Prompt (CMD)** then click the **Create** button.

"

"

Click the **Services** tab, click the **Copy to Clipboard** button.

"

<table><thead><tr><th width="325"></th><th>Description</th></tr></thead><tbody><tr><td><strong>mysql</strong></td><td>Type of database connection used</td></tr><tr><td><strong>ccxadmin</strong></td><td>The username used to log in to the database</td></tr><tr><td><strong>0iBd3yG1NxkxKKHm</strong></td><td>Password used to enter the database</td></tr><tr><td><strong>103.168.135.24</strong></td><td>Host servers</td></tr><tr><td><strong>3306</strong></td><td>Server ports</td></tr><tr><td><strong>ccxdb</strong></td><td>Database name</td></tr></tbody></table>

Open the database processing application installed on the user's computer, for example **DBeaver.** Click **File** then click **New.**

"

Click **Database Connection** then click **Next.**

**"**

Click **MySQL** then click **Next.**

"

In **Connection Setting**, fill in the **Server Host**, **Port**, **Database**, **Username**, **Password** sections according to **Table 9.11 Connection Information Details.**

"

Then press the **Test Connection** button, if successful appears **Connection Test**

"

In **DBeaver** section **Database Navigator** can be seen **Database ccxdb.**

"
