AnotherPoetsCry Posted January 5, 2007 Share Posted January 5, 2007 I have just recently been assigned a task for work where I am to run a buisness simulation game. In order to develope a new module I need to edit a mysql table so that it will allow me to view a tree of the current files. Unfortunately I'm not familiar with how to do this. Where I expected to find one table I instead found 3 files all named the same thing *.frm *.MYD and *.MYI. How do I condence these into one table to sort through the data and edit my field? Sorry for asking such a silly question but I'm short on time and havn't been able to get the info I need from the documentation I've read. Thank you again. And if it's easier for you to reply to e-mail, feel free. Quote Link to comment Share on other sites More sharing options...
fenway Posted January 6, 2007 Share Posted January 6, 2007 Those contain the table structure, the data and the indexes, respectively -- but you really need a proper MySQL query browser for this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.