Hello,
I am trying to get mysqld_multi to load on boot using launchd. I kept getting an error that a program could not be found. After awhile I decided to try cron and I was receiving the same messages. For cron I just had to keep adding paths so cron knew where to look and eventually I got it to work. So I'm guessing I can get it to work with launchd too, but I didn't find anything in the manual for specifying multiple paths for launchd to look in to find these multiple programs mysqld_multi needs to run at boot.Does anyone know how to tell launchd to look in several directories while executing the dependant executables mysqld_multi needs?
Thanks,
Gunner
I am trying to get mysqld_multi to load on boot using launchd. I kept getting an error that a program could not be found. After awhile I decided to try cron and I was receiving the same messages. For cron I just had to keep adding paths so cron knew where to look and eventually I got it to work. So I'm guessing I can get it to work with launchd too, but I didn't find anything in the manual for specifying multiple paths for launchd to look in to find these multiple programs mysqld_multi needs to run at boot.Does anyone know how to tell launchd to look in several directories while executing the dependant executables mysqld_multi needs?
Thanks,
Gunner