Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Created February 7, 2023 14:45
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 lunaluna/2e8a74fe597bf5178b74f357756f869a to your computer and use it in GitHub Desktop.
Save lunaluna/2e8a74fe597bf5178b74f357756f869a to your computer and use it in GitHub Desktop.
Local(ex. Local by flywheel)のデータベースに sql ファイルを直接インポートしたいとき
% mysql -uroot -proot -hlocalhost -S/Users/********/Library/Application\ Support/Local/run/*********/mysql/mysqld.sock local < local.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment