How to export MySQL schema with data?

后端 未结 3 2034
臣服心动
臣服心动 2021-02-02 07:49

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

3条回答
  •  猫巷女王i
    2021-02-02 08:46

    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

提交回复
热议问题