Select records from remote machine.

2002-04-28 Thread Charitha
Hello all, In mysql how can i select or execute any command in the remote machine Thanx i advance. -- Regards, Charitha. - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Select records from remote machine.

2002-04-28 Thread Charitha
Hello all, In mysql how can i select or execute any command in the remote machine Thanx i advance. -- Regards, Charitha. - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: Select records from remote machine.

2002-04-28 Thread Paul
You can do this by normal execution but with the -h parameter specfying the host mysql -u mysql -p -h ip address of remote mysql server - Original Message - From: Charitha To: [EMAIL PROTECTED] Sent: Monday, April 29, 2002 3:47 PM Subject: Select records from remote machine. Hello