Jump to content

Rebuilding Database Tables


iceraven721

Recommended Posts

So I have the site set to go the last thing I have to do is set up the database.  The first problem I had is that the site came with a .sql file to populate the database, however it is encrypted with a .gpg format.  I have tried everything to decrypt it but I have had little luck getting it to work so now I am resulting to trying to manually rebuild the database for the system.  (This isn't a major website, it is a smaller one that I found on google code so there is no "how to" and I cannot get in contact with the creator.)  I was wondering if somebody could possibly point me in the right direction of how to go about analyzing the php files to determine how to rebuild the tables.  I know a decent amount of php to work my way around things I am just stuck on the sql part.

 

Any help is great!

Thanks

 

 

MySQL version 5.1.56

Link to comment
https://forums.phpfreaks.com/topic/235600-rebuilding-database-tables/
Share on other sites

It did have an sha1 checksum under the download. But I couldnt find a place to put it in the software from gnupg

 

A checksum exists to validate the distribution.  It is not a key. It's included so that people can run the checksum on the files they have and verify that someone didn't go in and screw around with the contents.

 

If you don't have the password to decrypt the GPG file, you are out of luck. 

 

http://www.madboa.com/geek/gpg-quickstart/

 

I'm guessing from the way you're beating around the bush there is some reason that you don't have it, like this is a commercial package you didn't buy, or something like that.  Please don't waste our time further.  This forum is for people to learn PHP development. 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.