Skip to content

Instantly share code, notes, and snippets.

@k12u
Created December 22, 2011 12:59
Show Gist options
  • Save k12u/1510232 to your computer and use it in GitHub Desktop.
Save k12u/1510232 to your computer and use it in GitHub Desktop.
Test::mysqld のmysqlにつなぐときにいちいち x $mysqld しなくてもよかったかもしれない
mysql -uroot dbname -S `ls -1t /var/folders/*/*/-TMP-/*/tmp/mysql.sock |head -1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment