Skip to content

Instantly share code, notes, and snippets.

@gaishimo
Created August 2, 2013 07:22
Show Gist options
  • Save gaishimo/6138082 to your computer and use it in GitHub Desktop.
Save gaishimo/6138082 to your computer and use it in GitHub Desktop.
MySQLでコマンドラインから直接SQLを実行
mysql -uroot -h127.0.0.1 dbname -e'show tables;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment