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. Link to comment https://forums.phpfreaks.com/topic/32997-view-whats-in-the-tables-and-edit-it/ 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. Link to comment https://forums.phpfreaks.com/topic/32997-view-whats-in-the-tables-and-edit-it/#findComment-154495 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.