Skip to content

Commit

Permalink
Update Connect from ‘C’ App.md
Browse files Browse the repository at this point in the history
Changed FQDN from skysql.net to skysql.com
  • Loading branch information
jzhang-skysql authored Jun 13, 2024
1 parent ebcc5a1 commit 9125e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Connecting to Sky DBs/Connect from ‘C’ App.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connect from ‘C’ App

MariaDB Connector/C enables C and C++ applications to establish client connections to SkySQL and MariaDB database products over TLS. MariaDB Connector/C is a native connector that is written in C.
MariaDB Connector/C enables C and C++ applications to establish client connections to SkySQL over TLS. MariaDB Connector/C is a native connector that is written in C.

# Compatibility

Expand Down Expand Up @@ -52,7 +52,7 @@ int main (int argc, char* argv[])
// Connect to the database
if (!mysql_real_connect(
conn, // Connection
"example.skysql.net", // Host
"example.skysql.com", // Host
"db_user", // User account
"db_user_password", // User password
"test", // Default database
Expand Down

0 comments on commit 9125e9d

Please sign in to comment.