Re: MySQL 4.0.13-nt-log --Help

2005-08-16 Thread SGreen
Emmanuel Mwesigwa <[EMAIL PROTECTED]> wrote on 08/16/2005 04:57:53 AM: > Hi, > > I am running MySQL 4.0.13-nt-log on Windowns XP and I > need help on the following: > > 1) I have written a program in vc++ 6 which writes > data to a mysql table; it runs and even make some > entries into the tabl

MySQL 4.0.13-nt-log --Help

2005-08-16 Thread Emmanuel Mwesigwa
Hi, I am running MySQL 4.0.13-nt-log on Windowns XP and I need help on the following: 1) I have written a program in vc++ 6 which writes data to a mysql table; it runs and even make some entries into the table (about 10 per half-day), but after some time (18 hours or less) mysql disconnects; any

RE: Log HELP!

2001-05-30 Thread Ravi Raman
y, May 30, 2001 11:22 AM To: [EMAIL PROTECTED] Subject: Log HELP! Mybe this is not a mysql question but a unix command line question: would you please tell me how can I log execution of a DDL? I have a test.sql which is a DDL file, I wanna log its output but when I try the following it create log fil

Re: Log HELP!

2001-05-30 Thread Gerald Clark
Mohammad Shoja wrote: > Mybe this is not a mysql question but a unix command line question: > would you please tell me how can I log execution of a DDL? > I have a test.sql which is a DDL file, I wanna log its output but when I > try the following it create log file but its empty. > > mysql -u

Log HELP!

2001-05-30 Thread Mohammad Shoja
Mybe this is not a mysql question but a unix command line question: would you please tell me how can I log execution of a DDL? I have a test.sql which is a DDL file, I wanna log its output but when I try the following it create log file but its empty. mysql -u root databasename log it Just send