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.
wamp サーバーを使用していますが、クエリ キャッシュをオフにしたいと考えています。
mysql に conf ファイルが見つかりません。
my.ini に query_cache_type = OFF を入れようとしましたが、違いはありません。
キャッシュをオフにするにはどうすればよいですか? ウェブサイトの速度をテストしたい....
ありがとう。
mysqlターミナルで以下を実行
SET GLOBAL query_cache_size = 0;
詳細については、mysql のドキュメントを参照してください。