From d79fc3f6e4d666e19a0ced2d633cac3bd68494c3 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Thu, 12 Mar 2026 17:49:32 -0400 Subject: [PATCH] Skip ssl for local mariadb connections --- drush/drush.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 drush/drush.yml diff --git a/drush/drush.yml b/drush/drush.yml new file mode 100644 index 0000000..3658ec5 --- /dev/null +++ b/drush/drush.yml @@ -0,0 +1,4 @@ +command: + sql: + options: + extra: "--skip-ssl"