Jump to content

How to locate an auto feed process or cron?


damerit

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.