I want to open .frm and .myd files on macosx. Can anyone please suggest me anything. I was trying to open it with Mysql workbench but didn't get any success.

THanks.

link|improve this question
feedback

1 Answer

Install the MySQL database engine, place them in the appropriate directory, start the server, and connect to it.

link|improve this answer
Mysql engine and server is running on my machine. Can you please elaborate how could I see the content of these files. – anubhav gupta Mar 27 '11 at 5:23
Place them in the appropriate directory, start the server, and connect to it. – Ignacio Vazquez-Abrams Mar 27 '11 at 6:04
I placed them /usr/local/mysql/data/dbname/. and restart the server but still it is not working. Can you please explain it more. – anubhav gupta Mar 28 '11 at 17:39
"The appropriate directory" is located next to all the existing databases. Try under /var/lib or the like. – Ignacio Vazquez-Abrams Mar 28 '11 at 22:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.