Restore from XML file

2006-11-07 Thread ravi.karatagi

Hi All,

Is it possible to restore the database from an XML file (
generated from mysqldump -X)?

Please provide me the syntax. (mysql database  xmlbackupfile is not
working ).

But restore is working fine with the normal backup file. 



Please throw some light on it.



Thanks in advance

Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

Transactions in MySQL.

2006-09-25 Thread ravi.karatagi

Hi All,

How transactions and locking are handled in MYSQL?

Is it a part of configuration? Or a query (lock tables, Unlock tables)
for each set of queries?



Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

How to delete all rows....

2006-09-19 Thread ravi.karatagi

Hi All,

How do I delete all the rows of all the tables(but not
table) in the database at one shot.



Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

MYSQL on GHS Integrity..

2006-09-06 Thread ravi.karatagi

Hi  All,

Anybody know how to install Mysql on GHS Integrity RTOS.

Where I will get the mysql package for the same. Or can I use the same
as for Linux.



Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

How to make this work ?

2006-09-01 Thread ravi.karatagi

Hi All,

  How to make this work CREATE TABLE DB2.tblname LIKE DB1.tblname;

Can we have simultaneous connections with 2 DBs?



Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

RE: Can a table be copied across the DBs?

2006-08-18 Thread ravi.karatagi

Hi All,
As per the below query, can we have simultaneous
connection with two DBS and refer both the DBs in the same query? Like
CREATE TABLE DB2.tblname LIKE DB1.tblname.

Regards,
Ravi K
-Original Message-
From: Dominik Klein [mailto:[EMAIL PROTECTED]
Sent: Friday, August 18, 2006 1:01 PM
To: mysql@lists.mysql.com
Subject: Re: Can a table be copied across the DBs?

 In the destination database the table doesn't exist. Please let me
know,
 if there is any way to do it.

CREATE TABLE DB2.tblname LIKE DB1.tblname;
INSERT INTO DB2.tblname SELECT * FROM DB1.tblname;

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Can a table be copied across the DBs?

2006-08-17 Thread ravi.karatagi

Hi All,

I want to copy a table (along with its contents) from one
database to another database.

In the destination database the table doesn't exist. Please let me know,
if there is any way to do it.



Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

structure of whole table...

2006-08-11 Thread ravi.karatagi

THANKS ALL for the tremendous response. It is really helping me a
lot



I have another query.



Can the output of the DESCRIBE be stored somewhere ( in file)?

I suppose the DESCRIBE query doesn't return the result set.

Or is there any way to get the structure of whole table?



Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

Can a row be refered using row number?

2006-08-10 Thread ravi.karatagi

Hi All,

Is there any way to refer a row based on the row number or
row count?

I just the effect as below...



E.g. UPDATE TBL_NAME SET COL_NAME = xyz WHERE ROW_NO=4 



Or SELECT COL_NAME FROM TBL_NAME WHERE ROW_NO=5



Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

MySQL App development

2006-08-07 Thread ravi.karatagi

Hi All,

I need to develop an utility in C++ (don't want to use
mysql++ lib)  which provides services to other modules in the system
like createTable( ), createRow( ),

updateAttr( ) Etc. wherein these APIs are called dynamically by the
other modules to do the DB operations.



Is there anything called MySQL application development environment
guide, as it is there DB2 (IBM) which explains how to work with MySQL
and C++ together?

Or can I refer DB2 App guide?



Please Help me



Thanks,

Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

MySQL for integrity RTOS

2006-08-01 Thread ravi.karatagi


Hi All,
I am a new to this mailing list. Also to Mysql.
Anybody knows how mysql is installed and used in Integrity RTOS.
Plz fwd if any docs are available.

Thanks,
Regards,
Ravi K


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]