Timeline for Why is MySQL caching data on our dynamic PHP site?
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 26, 2012 at 10:39 | answer | added | aneeq | timeline score: 0 | |
| Feb 20, 2012 at 14:55 | history | edited | Derek Downey | removed php tag | |
| May 24, 2011 at 2:19 | answer | added | joe | timeline score: 2 | |
| May 22, 2011 at 1:03 | answer | added | randomx | timeline score: 1 | |
| May 20, 2011 at 20:46 | answer | added | Rick James | timeline score: 7 | |
| May 20, 2011 at 16:01 | history | edited | user1867 | CC BY-SA 3.0 | added 441 characters in body |
| May 20, 2011 at 15:49 | vote | accept | user1867 | ||
| May 20, 2011 at 15:36 | comment | added | RolandoMySQLDBA | Updated my answer !!! | |
| May 20, 2011 at 15:00 | comment | added | RolandoMySQLDBA | Since all your tables are MyISAM, only index pages are cached in the key buffer (governed by key_buffer_size). Are you using memcached ??? | |
| May 20, 2011 at 14:52 | comment | added | Derek Downey | as @gaius suggested, this could be cached from some other source. Did you try to run the queries directly from mysql client to see if they are out of date that way? | |
| May 20, 2011 at 14:29 | history | tweeted | twitter.com/#!/StackDBAs/status/71583266267869184 | ||
| May 20, 2011 at 13:39 | comment | added | Gaius | I am pretty sure that that is the way it works; are you sure there's nothing else that could be caching? Your PHP server perhaps? | |
| May 20, 2011 at 13:26 | answer | added | RolandoMySQLDBA | timeline score: 2 | |
| May 20, 2011 at 13:13 | history | asked | user1867 | CC BY-SA 3.0 |