Commit 54e7d714 authored by mtaylor@qualinost.(none)'s avatar mtaylor@qualinost.(none)
Browse files

Change permissions on $mysql_unix_port_dir if we create it so that everyone can access it.

parent 165ae199
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ if [ ! -d $mysql_unix_port_dir ]
then
  mkdir $mysql_unix_port_dir
  chown $user $mysql_unix_port_dir
  chmod 755 $mysql_unix_port_dir
fi

# Use the mysqld-max binary by default if the user doesn't specify a binary