Jump to content

Make a database from PHP files


pajoo

Recommended Posts

very unlikely... the only way to do it is if you have in your php files:

- The query to re-create your DB schema (unlikely, but could be done manually).

- The queries to re-create your TABLE(s), INDEXES, and any other object that you used in your DB Schema. (unlikely, but possible)

- The queries with the all the INSERT's necessarily to re-create your last valid data for each TABLE (very unlikely, but maybe no data could be an acceptable option)

 

Moral: Always take backups

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.