2

I'm working on a small project with my team. Our job requires database, so I created one using mysql workbench 5.6 and succsesfully connected it to Netbeans 8.0. I was able to push and pull code to remote repository but not the database. My question is how to upload my database to remote repository (Jazzhub), so that everyone can pull it and can see it in his tab services.

Thanks in advance.

5
  • What do you mean "upload database"?
    – tadman
    Commented May 6, 2014 at 21:23
  • 2
    I don't really know but maybe migration(making it online so that other members of the team can pull it.
    – sasuri
    Commented May 6, 2014 at 21:31
  • You're going to have to qualify what you're looking for more specifically here. Why can't you just sling a mysqldump database snapshot?
    – tadman
    Commented May 7, 2014 at 16:21
  • possible duplicate of Using version control (GIT) on a MySQL Database
    – ctt
    Commented Jul 17, 2014 at 20:21
  • Seems like a duplicate of stackoverflow.com/questions/13608706/… , which provides a pretty good explanation on how to source control a database + possible pitfalls.
    – ctt
    Commented Jul 17, 2014 at 20:22

1 Answer 1

0

By creating sql script in the project folder

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