Moving MySql from windows server to linux

前端 未结 4 1104
梦毁少年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 13:59

    No the tables will be fine. You should also be able to transfer the config files over without issue

    using mysqldump and then just the mysql command to restore the backup

提交回复
热议问题