I have a complete schema with many tables with data in them in MySQL query browser. Now I want to send this complete database with all the tables/data to my colleague. How can I send this to my colleague, so that he can then place this complete schema in his MySQL Query browser?
Thanks.
I`m not sure where are you working, you could export it to file, and send it to your friend.
(root is my localhost username)
PS: mysqldump is actually a executable file present in your /MySQL\MySQL Server 5.6\bin
for example [ on windows ]
or [ on linux ]