newbie ? Load Data in MySQL

2002-06-07 Thread Dion Wickander
I am working on a project were the customer info will be uploaded to a MySQL database from multiple sources with a customer ID already assigned to them and this data needs to be related to other tables with related info. OK I have an auto increment column set up as the primary key to keep track

OSX Mysqladmin and Cron

2002-04-24 Thread Dion Wickander
I set up a script to rotate my logs for mysql and cron fires it off perfectly the logs are rotated but when the shell script gets to the last line which is... mysqladmin -u usernam -pPassword flush-logs it will not execute it - my file that logs the execution of the cron script says it doesn't

Re: OSX Mysqladmin and Cron

2002-04-24 Thread Dion Wickander
environment variables are set. -Don -Original Message- From: Dion Wickander [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 2:50 PM To: MySQL Help Subject: OSX Mysqladmin and Cron I set up a script to rotate my logs for mysql and cron fires it off perfectly the logs