Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysql テーブルの値と比較する必要がある md5 ハッシュがあります。
somefield のテーブルに格納されているのは somevalue です。渡される文字列は somevalue の md5 です。
mysql コマンドはありますか
select * from table where md5 value of somefiled = md5string
SELECT * FROM table WHERE md5(somefield)='16t1gu6g216g21g...'