火曜日, 11月 03, 2009

MySQL: Using a Parameter in Script

MySQLのsourceコマンドにパラメータを渡したい時のやり方:

mysql -u root -p -e "set @col_value:='%f'; source test.sql;"

0 件のコメント: