Linux C++ Daemon

Hi,
Im writing a daemon that gets the data from the mysql and processes each.
in Daemon it runs incomplete(Deletes From database but not do other things).
without the daemon its fine without errors but with the daemon it makes lots of mysql errors!.

can any one help?

I was using libdaemon but it always returns 2 and exits the daemon.
Sounds like an DB permissions problem.

You need to confirm the user account that the daemon eventually runs as. I'm not familiar with libdaemon.
Topic archived. No new replies allowed.