Skip to content

Instantly share code, notes, and snippets.

@shaneshifflett
Created February 28, 2017 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaneshifflett/68c32dcc0385e7bae6c4ba495e7a3f9c to your computer and use it in GitHub Desktop.
Save shaneshifflett/68c32dcc0385e7bae6c4ba495e7a3f9c to your computer and use it in GitHub Desktop.
fix private tmp mysql
https://www.reddit.com/r/Fedora/comments/35bsym/how_do_i_disable_privatetmp_for_apache/
cp /usr/lib/systemd/system/mysqld.service /etc/systemd/system
set PrivateTmp to false in /etc/systemd/system mysqld.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment