Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将我的 MySQL 数据库从版本 6 降级到 5?由于我设法安装了一些仅支持版本 5 的软件包。
您最好的选择是尝试转储和恢复。只要您不使用任何 MySQL 6.x 功能,它应该可以顺利进行。
与往常一样,在执行潜在危险操作之前进行备份。