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
you could export the database as a *.sql file using phpMyAdmin.
or write a C++/C#/Java etc Programm that generates such statements too.
http://fragments.turtlemeat.com/mysql-database-backup-restore-phpmyadmin.php
I am no way affiliated with turtlemeat