Grokbase
Topics Posts Groups | in
x
[ help ]

ravi.karat...@wipro.com (ravi.kar...@wipro.com)

Profile | Posts (10)

User Information

Display Name:ravi.karat...@wipro.com
Partial Email Address:ravi.kar...@wipro.com
Posts:
10 total
10 in MySQL

5 Most Recent

All Posts
1) ravi.karat...@wipro.com Transactions in MySQL.
| +1 vote
Hi All, How transactions and locking are handled in MYSQL? Is it a part of configuration? Or a...
MySQL
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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
2) ravi.karat...@wipro.com How to delete all rows....
| +1 vote
Hi All, How do I delete all the rows of all the tables(but not table) in the database at one shot....
MySQL
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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
3) ravi.karat...@wipro.com MYSQL on GHS Integrity..
| +1 vote
Hi All, Anybody know how to install Mysql on GHS Integrity RTOS. Where I will get the mysql package...
MySQL
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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
4) ravi.karat...@wipro.com How to make this work ?
| +1 vote
Hi All, How to make this work "CREATE TABLE DB2.tblname LIKE DB1.tblname;" Can we have simultaneous...
MySQL
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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
5) ravi.karat...@wipro.com RE: Can a table be copied across the DBs?
| +1 vote
Hi All, As per the below query, can we have simultaneous connection with two DBS and refer both the...
MySQL
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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 [email protected: d...@in-telegence.net]=0D
Sent: Friday, August 18, 2006 1:01 PM
To: [email protected: m...@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;

--=0D
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=3Dravi.karatagi@wipro.com



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.=0D

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.
=0D
www.wipro.com

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

spacer
Profile | Posts (10)
Home > People > ravi.karat...@wipro.com