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 > work with MYD, MYI, FRM extension files

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-15-04, 16:07
wusongchina wusongchina is offline
Registered User
 
Join Date: Mar 2004
Posts: 5
work with MYD, MYI, FRM extension files

Hello all,

I'm reading the PHP version of this tutorial: http://www.macromedia.com/devnet/mx/...ord_store.html

I ran into a problem.
This tutorial is based on the assumption that I will work on a local PC with Mysql and PHP installed.
However I'm working with a remote virtual host, which has php, MySQL all this kinds of stuff.

In the downloaded file recordstore_php.zip (1,851 KB) , there are a lot of MYD, MYI, FRM extension files.
I assume they're files that information is stored in.

My question is, how can I inport these information into my remote MySQL database via myPHPadmin?

Any feedback will be highly appreciated.


The file I'm refering to can be found here
http://www.macromedia.com/devnet/mx/...dstore_php.zip
Reply With Quote
  #2 (permalink)  
Old 03-17-04, 02:17
trieder trieder is offline
Registered User
 
Join Date: Sep 2003
Posts: 69
The files you are refering to are the actual database table files. I'm not sure if it will work or not, but you can drop them in your data folder and try and restart mysql to see if it picks them up. I tend to doubt it will because they will be missing metadata but its worth a try (another far fetch would be to create the databases/tables and then shutdown mysql and them move the files in an attempt to create the metadata). Finally, there may be some way to import them that I am missing.
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