Jump to content

Recommended Posts

Posted

Hi

 

A friend sent me some database tables using *.FRM *MYD and *.MYI files.

 

I am suposed to upload these files in someway that the empty database I already created would be filled with the tables and it's records.

 

I have been looking in the Forum for some question regarding this subject, but wasn't able to get one that would solve my problem.

 

I already tryed to use phpmyadmin, but can´t manage to upload the files.

 

Anyone can flash me some light on this?

 

Thank you.

 

Fernando Alves

Guest Serpentine
Posted

Those are the actual files in which MySQL stores the database tables.

 

They would need to be copied into the MySQL data directory, typically something like /var/lib/mysql, and their owner and permissions set appropriately.

 

If you don't have a dedicated server, you probably wouldn't have the necessary access to do this yourself, but would have to get the server admin to do it for you.

 

An alternate method would be to install MySQL on your computer, install the files there, use mysqldump to export the database as an .sql file, then use the mysql command or phpMyAdmin to import the .sql file.

 

Or you could try to get the database dumped as an .sql file from whoever sent you those files.

Posted

Olá Fernando :blink:

 

Serpentine has already said everything and suggested a good alternative, so I'll just welcome you to the family: welcome! :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...