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: reference/configuration/doctrine.rst
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -466,5 +466,62 @@ If the ``dir`` configuration is set and the ``is_bundle`` configuration
466
466
is ``true``, the DoctrineBundle will prefix the ``dir`` configuration with
467
467
the path of the bundle.
468
468
469
+
SSL Connection with MySQL
470
+
~~~~~~~~~~~~~~~~~~~~~~~~~
471
+
472
+
If you want to configure a secure SSL connection to MySQL in your Symfony application using Doctrine, you need to set specific options for the SSL certificates. Here's how to configure the connection using environment variables for the certificate paths:
0 commit comments