Link to home
Start Free TrialLog in
Avatar of http:// thevpn.guru
http:// thevpn.guruFlag for Denmark

asked on

Clear MySQL Cache ? On RHEL

Hi All
I have MySQL5 server running on RHEL. I have a client app that queries this server for information. The thing is that I can see the result of the query. The result are 3 rows in a table..those are causing problems so I deleted them..however the application is still receiving those 3 rows as a result from the database..I checked in the database and they were gone .. I even restarted the database...this is weird...does MySQL cache any results..? If yes, how can I clear the cache..? And how can I check in realtime the sql queries being executed on the MySQL server ?
Thx
ASKER CERTIFIED SOLUTION
Avatar of sanjooz
sanjooz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of http:// thevpn.guru

ASKER

Allright, then the cache question is solved..however how can I check in realtime the queries being executed on the MySQL server >?
Avatar of sanjooz
sanjooz

I do not quite understand what you mean by "check in realtime" the queries. What exactly do you want to check? There are mysql logs and then there are query results. Take a look at "Mysql administrator" or mysql query browser. You may find something useful.