Skip to content

Commit a284c7e

Browse files
authored
Merge pull request LambdaTest#1768 from Manuraj-7/stage
kaneai-database.md fixes
2 parents ba6182f + 71f3bca commit a284c7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/kaneai-database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ This document provides a step-by-step process to connect databases within the Ka
5050

5151
## Creating a database connection
5252

53-
To begin, you need to access the [database connections](https://www.kaneai.lambdatest.com/databases "database connections") page within KaneAI from and initiate the creation of a new connection.
53+
To begin, you need to access the [database connections](https://kaneai.lambdatest.com/databases "database connections") page within KaneAI from and initiate the creation of a new connection.
5454

5555
<img loading="lazy" src={require('../assets/images/kane-ai/features/create_database.jpg').default} alt="create-database" className="doc_img"/>
5656

5757

5858
### Add connection details
5959

60-
Select the connection type as either TCP/IP or over SSH. Enter the database name and choose from available database types, including MySQL, PostgreSQL, MSSQL, or Oracle DB.
60+
Select the connection type as either TCP/IP or over SSH. Enter the database name and choose from available database types, including MySQL, PostgreSQL & MSSQL DB.
6161

6262
Provide a description and input your host name, port, username, and other relevant details. You can enter the password using an **organisation-level secret** or directly entering the password. For PostgreSQL, ensure you select the database name.&#x20;
6363

@@ -74,7 +74,7 @@ For local or private databases, select a tunnel if your tunnel is active. The tu
7474

7575
Following flag will be additionally required here: `--expose database_type:host:port`.
7676

77-
So, you command will look like:
77+
So, your command will look like:
7878
<div className="lambdatest__codeblock">
7979
<CodeBlock className="language-bash">
8080
{`./LT --user ${YOUR_LAMBDATEST_USERNAME()} --key ${YOUR_LAMBDATEST_ACCESS_KEY()} --expose mysql:0.0.0.0:3306 --verbose --env ht-prod`}

0 commit comments

Comments
 (0)