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.

sasuri
  • 972
  • 3
  • 11
  • 26
  • What do you mean "upload database"? – tadman May 06 '14 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 May 06 '14 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 May 07 '14 at 16:21
  • possible duplicate of [Using version control (GIT) on a MySQL Database](http://stackoverflow.com/questions/13608706/using-version-control-git-on-a-mysql-database) – ctt Jul 17 '14 at 20:21
  • Seems like a duplicate of http://stackoverflow.com/questions/13608706/using-version-control-git-on-a-mysql-database , which provides a pretty good explanation on how to source control a database + possible pitfalls. – ctt Jul 17 '14 at 20:22

1 Answers1

0

By creating sql script in the project folder

sasuri
  • 972
  • 3
  • 11
  • 26