mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maint
into qualinost.(none):/home/mtaylor/src/mysql-5.1-maint scripts/mysqld_safe.sh: Auto merged
This commit is contained in:
@ -217,6 +217,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
|
||||||
|
|
||||||
# If the user doesn't specify a binary, we assume name "mysqld"
|
# If the user doesn't specify a binary, we assume name "mysqld"
|
||||||
|
Reference in New Issue
Block a user