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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.