2

Is there similar kind of option like "OpenQuery" used in SQL server in MySQL.

Actually I need to operate the database residing in another server using MYSQL Command.

If there is any option, please let me know.

Thanks in Advance

Phanindra
  • 221
  • 1
  • 3
  • 10

1 Answers1

0

See mysql command line options http://dev.mysql.com/doc/refman/5.5/en/mysql-command-options.html#option_mysql_host especially --host

Pentium10
  • 204,586
  • 122
  • 423
  • 502