Skip to content

Commit

Permalink
Update Connect from Python App.md
Browse files Browse the repository at this point in the history
Fixed formatting issues
  • Loading branch information
jzhang-skysql authored Jun 13, 2024
1 parent a573044 commit 29131a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/Connecting to Sky DBs/Connect from Python App.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@ method. |

Determine the connection information for your SkySQL database service:

| connect()
parameter | Where to find it |
| connect() parameter | Where to find it |
| --- | --- |
| user | Default username in the Service Credentials view, or the username
you created |
| passwd | Default password in the Service Credentials view, the password
you set on the default user, or the password for the user you
created |
| host | Fully Qualified Domain Name in the https://www.notion.so../../../connection-parameters-portal/ |
| host | Fully Qualified Domain Name in the Connection Parameters Portal |
| ssl_verify_cert | Set to True to support SSL |
| port | Read-Write Port or Read-Only Port in the https://www.notion.so../../../connection-parameters-portal/ |
| port | Read-Write Port or Read-Only Port in the Connection Parameters Portal |

## Code Example: Connect

Expand Down Expand Up @@ -170,4 +169,4 @@ except mariadb.Error as e:

# Close Connection
conn.close()
```
```

0 comments on commit 29131a9

Please sign in to comment.