Execute mysql statement only on localhost (same table name)

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
vkimura
Posts: 41
Joined: Sat 21 Feb 2009 08:56
Location: Vancouver, BC, Canada

Execute mysql statement only on localhost (same table name)

Post by vkimura » Tue 01 Jun 2010 10:59

Hi,

I took some snapshots of the IDE where the localhost's table name is the same as the table name for the remote server. So I'm just wondering how to execute a mysql statement for only the localhost and how would I execute for the remote host. Here are the snapshots:

http://mysql.tutorialref.com/dbforge/cr ... -only.html

Thank you,
Victor

Viktor
Devart Team
Posts: 68
Joined: Thu 06 May 2010 08:12

Post by Viktor » Tue 01 Jun 2010 14:16

So I'm just wondering how to execute a mysql statement for only the localhost and how would I execute for the remote host.
Choose the corresponding connection in the Connection combobox on the toolbar.

Post Reply