If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Remote sql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-06, 05:10
dayneo dayneo is offline
Registered User
 
Join Date: Oct 2002
Location: Cape Town, South Africa
Posts: 161
Remote sql

Hi there,

I was wondering if MySQL was able to make remote sql calls like the way Oracle can with database links?

I would like to have a stored proc which selects data from the local db and inserts the data into a remote db at another site. Has anyone done this inside the MySQL db?

Any help/comments appreciated..

DayneO
Reply With Quote
  #2 (permalink)  
Old 11-26-06, 06:35
anjanesh anjanesh is offline
Registered User
 
Join Date: Feb 2005
Location: Mumbai, India
Posts: 161
But you can initiate this remotely in the command prompt.

mysql --user=host_username --host=xx.xx.xx.xx -p < local_file.sql
__________________
MySQL 5.1
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On