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コンソールでこれを実行します
SELECT option_name FROM blog_options WHERE option_name LIKE '_transient_timeout%' AND option_value < now();
そして、option_name テーブルの行のリストを取得します。結果を削除するには、上記のコードに何を追加すればよいですか?