Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Last active August 29, 2015 13:57
Show Gist options
  • Save willgarcia/2567968cfe60e617ec07 to your computer and use it in GitHub Desktop.
Save willgarcia/2567968cfe60e617ec07 to your computer and use it in GitHub Desktop.
/etc/init.d/mysqld stop
echo -e "mysqltmp\t/var/mysql/tmp\ttmpfs\tmode=0777\t0 0" >> /etc/fstab
mkdir /var/mysql/tmp
chown -R mysql:mysql /var/mysql/tmp/
my.cnf /var
mount -a
/etc/init.d/mysqld start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment