コマンドラインもしくはshell内に記述
// hoge.sql内のSQLを実行。出力結果をout.txtに出力。
mysql -u [user] -p[password] [database name] < hoge.sql >out.txt
※-pの後にスペース入らないことに注意
Go to list of users who liked
More than 5 years have passed since last update.
// hoge.sql内のSQLを実行。出力結果をout.txtに出力。
mysql -u [user] -p[password] [database name] < hoge.sql >out.txt
※-pの後にスペース入らないことに注意
Register as a new user and use Qiita more conveniently
Go to list of users who liked