Skip to content

Instantly share code, notes, and snippets.

@GhazanfarMir
Created June 4, 2016 11:34
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 GhazanfarMir/6f631ccd2fe3a2760cb3706916a37d27 to your computer and use it in GitHub Desktop.
Save GhazanfarMir/6f631ccd2fe3a2760cb3706916a37d27 to your computer and use it in GitHub Desktop.
CENTOS NGINX PHPMyAdmin Issues
# Create new session directory if not already exists
mkdir /var/lib/php/session
# change mod so nginx could write in it
chmod -R 777 /var/lib/php/session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment