Re: A tool

2009-01-20 Thread lakshmi pathi
japati wrote: > Thanks, I will be waiting for your reply. > > On Wed, Nov 19, 2008 at 10:22 AM, lakshmi pathi > wrote: >> >> Thanks for your comments :) >> >> > How can i customize, to make it work on debian OS. >> >> It should work for all ext3

Re: A tool

2008-11-18 Thread lakshmi pathi
on debian OS. > > > On Mon, Nov 17, 2008 at 12:25 PM, lakshmi pathi <[EMAIL PROTECTED]> > wrote: >> >> Hi all, >> If you are using mysql in linux with ext3 file system,then this might >> help. >> I have written a undelete tool. >> [Short

A tool

2008-11-16 Thread lakshmi pathi
Hi all, If you are using mysql in linux with ext3 file system,then this might help. I have written a undelete tool. [Short functionality is ,once installed files can be recovered using the tool but files deleted before installation can't be recovered. It acts as a fail-safe.] I tried it with mysql

Re: Strange table problem

2006-12-15 Thread Lakshmi M P
I dont think product_beta.test is a table...It seems to be a view.. what is the create statement for it.. show create table product_beta.test; ??? -Lakshmi Ruan wrote: Hi everybody, I have a very strange table problem - a table was created in one of our databases, but I can't seem to

myisam primary key with innodb primary key..

2006-09-12 Thread Lakshmi
Hi, I want to know is there any difference between myisam primary index vs innodb primary index... -- Regards, Lakshmi.M.P. DBA Support Sify Limited. Extn:4134 ** DISCLAIMER ** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended

Re: *****SPAM***** Re: Aborted clients status variable seems increasing -how to tune the server to reduce the same

2006-06-16 Thread Lakshmi
r is higher than the number of connections, you're using persistant connections. Which means connections are reused if still available. - Original Message - From: "Lakshmi" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 15, 2006 3:42 AM

Aborted clients status variable seems increasing -how to tune the server to reduce the same

2006-06-15 Thread Lakshmi
Hi, The aborted clients seems to be increasing than the connections made. Any solution Aborted_clients 67529 where as the connection made is 60462 . Here is my server details, Server : Red Hat Enterprise Linux AS release 4 (Nahant) Mysql Server version

Reading Date from a csv file

2003-09-16 Thread Lakshmi Chennareddi
ate, field9 ); The data is getting imported, but the dates are wrong. In the original data file the dates are "mm/dd/yy" format. How do I specify the date formats, in the code? Thanks in advance for any help, Lakshmi

error while running run-all-tests

2001-06-26 Thread Lakshmi Marellapudy
lease help me in fixing these bugs. Lakshmi - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL P

Error 46

2001-06-25 Thread Lakshmi Marellapudy
To install MySQL :: I downloaded mysql-3.23.39-hp-hpux11.00-hppa2.0w.tar.gz. I did unzip, I have changed $MYSQL path from "mysql-3.23.39-hp-hpux11.00-hppa2.0w/bin/mysqlaccess" file. I ran "scripts/mysql_install_db" command I started database using "bin/safe_mysqld & " Then I got the below outpu

hi

2001-06-14 Thread lakshmi
if (!mysql_real_connect(&mysql,"localhost","user=root","","InControl",0,NULL,0)) { printf(stderr,"Failed to connect to database: Error: %s\n",mysql_error(&mysql)); } } mysql_init() and mysql_real_connect() are build in functions. in which library files they defined this functions. pls mail me in detail Regards Lakshmi

Problem in running mysql

2001-05-14 Thread Kumar, Lakshmi (CTS)
Hi ! I have some problem in running bin/mysql.when i run this it is not responding. when i run with timeout option it says connection with server is lost. mysqld is running . There is a warning in the .err file which says that One can only use the --user switch if running as root.And it sa