I am developing a program with C++ and MySQL connector, i need make a backup of a complete database through an script sql that can be executed using MySQL Connector, so i am searching a method for export a COMPLETE database with all its tables in a single file.
Thanks.
Thanks.