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
@@ -470,5 +470,62 @@ If the ``dir`` configuration is set and the ``is_bundle`` configuration
470
470
is ``true``, the DoctrineBundle will prefix the ``dir`` configuration with
471
471
the path of the bundle.
472
472
473
+
SSL Connection with MySQL
474
+
~~~~~~~~~~~~~~~~~~~~~~~~~
475
+
476
+
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