I have never used git but now I need to use it as I'm trying to install Drupal. I installed MySQL, created user and gave permissions to user. Now, how can I put that database to git? I just want to take a backup of my database in the case of something goes wrong.

link|improve this question
drupal.org/node/856160 or drupal.org/project/dbscripts could help. Putting a dump of the MySQL database into a VCS isn't a good idea. – VonC Feb 14 '11 at 15:01
feedback

1 Answer

up vote 1 down vote accepted

Hmm i think in this case git is not the right. When you want a backup you can use a master - slave replication.

With git your data is save when you make a git add and commit and push. In this case you have to do this process everytime.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.