Re: automating mysql command

2002-03-14 Thread DL Neil
Hi Andrew, Let me first say that I am used to using mysql through PHP rather than command line . . . And, as I understand it mysql does not support any sort of “timers”. I need to use a Unix command like cron to automate either a mysql command or php script to output a selection from a few mysq

RE: automating mysql command

2002-03-14 Thread Gurhan Ozen
ttp://www.faqts.com/knowledge_base/view.phtml/aid/1005/fid/436 about cron jobs. Gurhan -Original Message- From: Andrew Hazen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 9:13 AM To: [EMAIL PROTECTED] Subject: automating mysql command Hi folks, Let me first say that I am used

Re: automating mysql command

2002-03-14 Thread Georg Richter
On Thursday, 14. March 2002 15:13, Andrew Hazen wrote: > Can I just write the mysql commands as a .sql file and tell Unix to > execute it? Or is there another way? When you already use PHP, why don't use php-cli and execute it via cron?! Regards Georg

automating mysql command

2002-03-14 Thread Andrew Hazen
Hi folks, Let me first say that I am used to using mysql through PHP rather than command line . . . And, as I understand it mysql does not support any sort of “timers”. I need to use a Unix command like cron to automate either a mysql command or php script to output a selection from a few mysql