diff --git a/externals/patches/mysql-10.4.10.patch b/externals/patches/mysql-10.4.10.patch
new file mode 100644
index 0000000000000000000000000000000000000000..854456f4aa1bbc9f3965443747f0ef3e8e687e5a
--- /dev/null
+++ b/externals/patches/mysql-10.4.10.patch
@@ -0,0 +1,12 @@
+--- scripts/mysql_install_db.sh.orig	2019-12-10 16:26:34.623379493 +0100
++++ scripts/mysql_install_db.sh	2019-12-10 16:27:13.427516986 +0100
+@@ -480,8 +480,7 @@
+ 
+ if test -n "$user"
+ then
+-  chown $user "$pamtooldir/auth_pam_tool_dir" && \
+-  chmod 0700 "$pamtooldir/auth_pam_tool_dir"
++  chown $user "$pamtooldir/auth_pam_tool_dir" 
+   if test $? -ne 0
+   then
+       echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"