Is there a way to copy all the data in a mysql database to another? (phpmyadmin)

前端 未结 4 440
你的背包
你的背包 2021-01-18 07:27

I want to copy all the tables, fields, and data from my local server mysql to my hosting sites mysql. Is there a way to copy all the data? (It\'s only 26kb, very small)

4条回答
  •  生来不讨喜
    2021-01-18 08:03

    Have a look at

    Copying MySQL Databases to Another Machine

    Copy MySQL database from one server to another remote server

提交回复
热议问题