Moving MySql from windows server to linux

前端 未结 4 1099
梦毁少年i
梦毁少年i 2021-02-08 13:21

Moving from an old Win2003 server to a new VM server (our choice Win or Linux) if we go Linux would there be any problems converting the current tables?

4条回答
  •  一个人的身影
    2021-02-08 14:16

    You can export your database (tables with data). Then you will get sql script file. If you run that script file in your new system your tables and data will be available in the new system

提交回复
热议问题