mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Change permissions on $mysql_unix_port_dir if we create it so that everyone can access it.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user