bugcoder Posted April 20, 2011 Share Posted April 20, 2011 This is really weird problem i have ever come across. There are more than 100 tables in a database and only one table xyz with around 11,304 records gets truncated itself once or more in a week. Application is made in cakephp with mysql. there is no webservice or part of code which add edit update delete anything with in this table either...have someone came across this kind of weird bug?? Quote Link to comment https://forums.phpfreaks.com/topic/234270-table-gets-truancted-automaticaly-shrug/ Share on other sites More sharing options...
mens Posted April 20, 2011 Share Posted April 20, 2011 It could either be a MySQL trigger that was defined, that does it, or somewhere a PHP script or maybe even a crontab doing it. Quote Link to comment https://forums.phpfreaks.com/topic/234270-table-gets-truancted-automaticaly-shrug/#findComment-1204079 Share on other sites More sharing options...
fenway Posted April 24, 2011 Share Posted April 24, 2011 Turn on logging, check which user. Quote Link to comment https://forums.phpfreaks.com/topic/234270-table-gets-truancted-automaticaly-shrug/#findComment-1205572 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.