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 > Copy database (files) to MySQL Server in another host

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-24-05, 23:47
Alan Tse Alan Tse is offline
Registered User
 
Join Date: Jun 2005
Posts: 22
Copy database (files) to MySQL Server in another host

I got MySQl Server 4.1 database files in MyISAM database type, eg.

employee.MYI
employee.MYD
employee.frm

These files in my PC without MYSQL Server installed. Is it possible to export the data to a file or even to a MySQL Server host on another machine. This is the first step.

Actually, I want to synchronize these files with another MySQL Serevr database.
Reply With Quote
  #2 (permalink)  
Old 10-25-05, 02:01
popskie popskie is offline
Registered User
 
Join Date: Oct 2004
Location: In cousin's house
Posts: 303
just paste that files under what database u desired. But make sure that all previledges that table are on.
Reply With Quote
  #3 (permalink)  
Old 10-25-05, 22:22
Alan Tse Alan Tse is offline
Registered User
 
Join Date: Jun 2005
Posts: 22
Quote:
Originally Posted by popskie
just paste that files under what database u desired. But make sure that all previledges that table are on.
Sorry, how do I paste these files into any host by code?
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