Skip to content

Instantly share code, notes, and snippets.

@kenchan
Created June 4, 2014 09:14
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 kenchan/6b4a200f8d26f48794ea to your computer and use it in GitHub Desktop.
Save kenchan/6b4a200f8d26f48794ea to your computer and use it in GitHub Desktop.
mysql_tmpfs_create.start
#!/bin/sh
/usr/share/mysql/scripts/mysql_install_db --basedir=/usr --user=mysql --datadir=/var/lib/mysql_tmpfs
/etc/init.d/mysql restart
/usr/bin/mysqladmin -u root password 'root'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment