You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spiceaidocs/docs/data-connectors/mysql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The MySQL data connector can be configured by providing the following `params`:
21
21
- `mysql_connection_string`: The connection string to use to connect to the MySQL server. This can be used instead of providing individual connection parameters.
22
22
- `mysql_connection_string_key`: The secret key containing the connection string to use to connect to the MySQL server. This can be used instead of providing individual connection parameters.
23
23
- `mysql_host`: The hostname of the MySQL server.
24
-
- `mysql_port`: The port of the MySQL server.
24
+
- `mysql_tcp_port`: The port of the MySQL server.
25
25
- `mysql_db`: The name of the database to connect to.
26
26
- `mysql_user`: The username to connect with.
27
27
- `mysql_pass_key`: The secret key containing the password to connect with.
0 commit comments