Re: [OT] License question.

2004-06-13 Thread McKeever Chris
On Sun, 13 Jun 2004 12:43 , Santino [EMAIL PROTECTED] sent: Hello, I sent a message to sales in order to have more info about licenses but I have not received any reply, so I post to the list hoping someone has any experience on it. A customer asks me to develop a Web-Application (Intranet)

Re: Backing Up a Database

2004-06-04 Thread McKeever Chris
On Fri, 4 Jun 2004 18:16 , Lou Olsten [EMAIL PROTECTED] sent: For the time I've been testing, I've used the procedures outlined in the help to take my backups, which entails doing a FLUSH TABLES WITH READ LOCK in my MySQL monitor, then going to a shell prompt and executing the mysqldump

mysqldump WHERE clause

2004-06-03 Thread McKeever Chris
MYSQL 4.0.13 I must be doing something wrong - I am trying to do a mysql dump and it keeps yelling that tables dont exist whenever I put a where clause in.. it runs fine when I leave the where clause off - any help here? mysqldump -u root -p hotswap EmailDatabase_k EmailMessage_k

Re: mysqldump WHERE clause

2004-06-03 Thread McKeever Chris
On Thu, 3 Jun 2004 11:54 , McKeever Chris [EMAIL PROTECTED] sent: MYSQL 4.0.13 I must be doing something wrong - I am trying to do a mysql dump and it keeps yelling that tables dont exist whenever I put a where clause in.. it runs fine when I leave the where clause off - any help here

Re: mysqldump WHERE clause

2004-06-03 Thread McKeever Chris
On Thu, 03 Jun 2004 12:07 , gerald_clark [EMAIL PROTECTED] sent: McKeever Chris wrote: MYSQL 4.0.13 I must be doing something wrong - I am trying to do a mysql dump and it keeps yelling that tables dont exist whenever I put a where clause in.. it runs fine when I leave the where clause

SOLVED Re: mysqldump WHERE clause

2004-06-03 Thread McKeever Chris
On Thu, 03 Jun 2004 13:57 , Michael Stassen [EMAIL PROTECTED] sent: McKeever Chris wrote: MYSQL 4.0.13 I must be doing something wrong - I am trying to do a mysql dump and it keeps yelling that tables dont exist whenever I put a where clause in.. it runs fine when I leave the where

Re: mysql remote to apache

2004-05-14 Thread McKeever Chris
Just a thought - but do your web pages actually display all 150K records at once? YOu may want to change how your page requests and do limits, and just do grabs at 100 at a time, or so. UNless of course you are processing all 150K in one big calculation of some sort - but then, I wouldnt do

Re: automate MSAccess into MySQL

2003-12-04 Thread McKeever Chris
On Thu, 04 Dec 2003 15:00 , Warren [EMAIL PROTECTED] sent: Is there a way to automate an export of a single table from a MS Access DB into a Temp MySQL DB? I would like to make a front end that the client can select the correct MS Access DB and then the correct table and once those are