|
|
1
1
Mysql的更新版本应该能够很好地读取旧数据库。因此,备份数据库(以防万一),然后安装mysql 8.0版本(如果可用)。这应该奏效:见 https://dev.mysql.com/blog-archive/upgrading-to-mysql-8-0-here-is-what-you-need-to-know/ |
|
2
0
您可以尝试使用旧的git安装支持MySQL 5.7的旧版本Homebrew,在克隆或分叉时可能需要使用适当的哈希/提交id。这是指向相应git仓库的链接。 https://gist.github.com/robhrt7/392614486ce4421063b9dece4dfe6c21?permalink_comment_id=3402084 |