Commit b6eaf8cb authored by unknown's avatar unknown

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

parent 833b235b
...@@ -195,6 +195,7 @@ if [ ! -d $mysql_unix_port_dir ] ...@@ -195,6 +195,7 @@ if [ ! -d $mysql_unix_port_dir ]
then then
mkdir $mysql_unix_port_dir mkdir $mysql_unix_port_dir
chown $user $mysql_unix_port_dir chown $user $mysql_unix_port_dir
chmod 755 $mysql_unix_port_dir
fi fi
# Use the mysqld-max binary by default if the user doesn't specify a binary # Use the mysqld-max binary by default if the user doesn't specify a binary
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment