3 lines
108 B
Bash
3 lines
108 B
Bash
/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld
|
|
nohup sudo -u mysql mysqld > mysqld.log 2>&1 &
|