Skip to content

Commit e857df7

Browse files
committed
fix link
1 parent 71667e2 commit e857df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/includes/code-mysql-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.author: yungez
2424

2525
### [Java](#tab/java)
2626

27-
1. Install dependencies. Follow the guidance to [install Connector/J](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-installing.html).
27+
1. Install dependencies. Follow the guidance to [install Connector/J](https://dev.mysql.com/doc/connector-j/en/connector-j-installing.html).
2828
1. In code, get MySQL connection string from environment variables added by Service Connector service. To establish encrypted connection to MySQL server over SSL, refer to [these steps](/azure/mysql/flexible-server/how-to-connect-tls-ssl#connect-using-mysql-command-line-client-with-tlsssl).
2929
```java
3030
import java.sql.Connection;

0 commit comments

Comments
 (0)