damerit Posted May 7, 2009 Share Posted May 7, 2009 I recently took over a Suse Linux system that hosts one of our mysq database servers. The database is getting auto populated ever day with new updates. In search to find out how I found a /home/pars profile that shows sites.(a date).output an output file from the database. The problem is that there is supposed to be a feed or push from the main server to this one. I looked at all cron jobs and I can't find how this is being updated. The Mysql data files show to be updated with current date but how it this happening? Please help. -divid Quote Link to comment https://forums.phpfreaks.com/topic/157277-how-to-locate-an-auto-feed-process-or-cron/ Share on other sites More sharing options...
Maq Posted May 7, 2009 Share Posted May 7, 2009 Have you checked the MySQL server logs? Find out what time these scripts are executed and check the script that's called in the crontab at that time. I think you mean INSERT. You may be able to grep -li "INSERT table_name" / and find out all files that insert to this table. Quote Link to comment https://forums.phpfreaks.com/topic/157277-how-to-locate-an-auto-feed-process-or-cron/#findComment-828929 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.