向不支持分区的 mysql 中添加分区
发现这个问题但没有正确答案,所以再次询问。 如果mysql没有内置/安装,我们如何在mysql中添加分区支持。请注意,该版本支持分区,但在安装时未指定。 谢谢
Found this question but there is no proper answer, so asking again.
How do we add partitioning support in mysql if its not built/installed with it.Please note that the version supports partitioning but its not specified at installation time.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要获取一份使用分区支持编译的 MySQL 副本。它不能添加到“事后”。
You will need to obtain a copy of MySQL which was compiled with partitioning support. It can't be added on "after the fact".