by shigemk2

当面は技術的なことしか書かない

-e オプション

コマンドラインからSQL文を叩くときは-eオプションを使う。--executeのエイリアス

% mysql -u root homudb -e "select * from hoge where id = 1;";