newbtophp Posted July 17, 2010 Share Posted July 17, 2010 Okay, my comp is dead, and i was working on some php dev - so I managed to back up the php stuff, but not the .sql. So now I have a new comp i have all the php stuff but not the .sql, Im guessing I'd need to recreate/rebuild the .sql, so the php stuff can successfully work. Any suggestions/idea on how to go by? //Also did'nt really wanted to be seen as an idiot, but its better out their just incase; -> Is their some sort of app out their to scan for queries and create a .sql structure based on the columns/tablenames within those queries? Link to comment https://forums.phpfreaks.com/topic/208037-in-an-awkward-position/ Share on other sites More sharing options...
Alex Posted July 17, 2010 Share Posted July 17, 2010 AFAIK there isn't any software that can do that. I guess it depends on how large and complicated the project is, but you can't you do that yourself fairly easily? Link to comment https://forums.phpfreaks.com/topic/208037-in-an-awkward-position/#findComment-1087489 Share on other sites More sharing options...
newbtophp Posted July 17, 2010 Author Share Posted July 17, 2010 AFAIK there isn't any software that can do that. I guess it depends on how large and complicated the project is, but you can't you do that yourself fairly easily? I can was just asking what others thougth though - what they'd do if they were in my position...Im going to attempt to create it based on the php stuff (analyse the queries and create the tables/columns neccessary) I'll let you know how it goes. Link to comment https://forums.phpfreaks.com/topic/208037-in-an-awkward-position/#findComment-1087491 Share on other sites More sharing options...
Pikachu2000 Posted July 17, 2010 Share Posted July 17, 2010 Did the HDD the databases were on crash, or is it still operational? If it will still read, you may be able to recover the databases. See the MySQL manual for info. Link to comment https://forums.phpfreaks.com/topic/208037-in-an-awkward-position/#findComment-1087496 Share on other sites More sharing options...
newbtophp Posted July 17, 2010 Author Share Posted July 17, 2010 Did the HDD the databases were on crash, or is it still operational? If it will still read, you may be able to recover the databases. See the MySQL manual for info. It was on XAMPP (within phpmyadmin), however I cant start that comp as it just gives a black screen..theirfore can't access phpmyadmin to grab the sql. Link to comment https://forums.phpfreaks.com/topic/208037-in-an-awkward-position/#findComment-1087507 Share on other sites More sharing options...
PFMaBiSmAd Posted July 17, 2010 Share Posted July 17, 2010 That's not what he asked, nor is that what the link he provided suggested. Link to comment https://forums.phpfreaks.com/topic/208037-in-an-awkward-position/#findComment-1087511 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.