Is there any integrated solution for this?
Would it work if I create a folder called mysql and dump sql there every time I do major changes?
Subversion is perfect but how do you deal with db part? Can someone please explain their workflow.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m using simple batch files to export/import any changes to/from DB.
Just created additional folder _db with following files:
import.bat:
export.bat
dbName_dc.sql
It’s not a problem to write similar files for unix like systems.