skaterdav85 Posted February 23, 2010 Report Share Posted February 23, 2010 I've been given a mysql dump of a database, so I have a folder full of .MYD, .MYI, .frm, and .opt files. What are these and how do I implement the database? Can I use these files in phpmyadmin somehow? Link to comment Share on other sites More sharing options...
Synook Posted February 23, 2010 Report Share Posted February 23, 2010 That's not an SQL dump, those are the actual (MyISAM) table files. You can try just placing them in MySQL's data directory (where that is depends on the system, e.g. on WAMP it is wamp\bin\mysql\mysql5.1.36\data\mysql), but you may also have to repair the files. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now