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? Quote 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? Quote 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. Quote 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. Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/208037-in-an-awkward-position/#findComment-1087511 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.