dsfs5420 2017-07-29 09:20 采纳率: 100%
浏览 24
已采纳

将旧数据库检索到新的wamp phpmyadmin [重复]

This question already has an answer here:

When i was going to install new wamp , i renamed wamp to wamp-backup . Is there any way to recover my old databases to new wamp server ?

</div>
  • 写回答

2条回答 默认 最新

  • dongyue1988 2017-07-29 09:33
    关注

    What you can do is:

    1. Run old phpmyadmin(old wamp)
    2. Export all databases to .sql files
    3. Turn this old wamp off and run new wamp
    4. Import all databases in this phpmyadmin using that same .sql file.

    Alternate but prone to errors could be: Copy all the content from wamp-backup\bin\mysql\mysql5.7.11\data to wampp-new\bin\mysql\mysql5.7.11\data. This should also transfer the databases. Keep in mind your MySQL version folder could be different.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 lammps拉伸应力应变曲线分析
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试,帮帮忙吧
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建