Update Database SSL

Ruan 2025-10-11 21:31:47 +03:00
parent e3c9a58a1c
commit 38a60fe85c

@ -28,7 +28,9 @@ Change it to:
); );
``` ```
## Pitfalls ## Notices
- If you are using a self-signed SSL certificate, `MYSQL_ATTR_SSL_VERIFY_SERVER_CERT` should be set to false. Otherwise, you can set it to true.
- Ensure that all of the paths are correct (client key, client certificate, and CA) as they might differ on your system. - Ensure that all of the paths are correct (client key, client certificate, and CA) as they might differ on your system.