Skip to content

Instantly share code, notes, and snippets.

@Mindgames
Last active March 18, 2016 11:05
Show Gist options
  • Save Mindgames/f6bf969579b5ddf272f8 to your computer and use it in GitHub Desktop.
Save Mindgames/f6bf969579b5ddf272f8 to your computer and use it in GitHub Desktop.
DigitalOcean Mysql Wordpress Issue Fix

Edit my.cnf

Use $locate my.cnf or $grep my.cnf

Below [mysqld] add following.

innodb_buffer_pool_size=64M

Restart / Reload apache & mysql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment