MySql 社区服务器最低系统要求

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5553910/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 19:24:48  来源:igfitidea点击:

MySql Community Server Minimum System Requirements

mysqlwindowssystem-requirements

提问by Vijay

Can anyone point me to a link or provide me information about the minimum System/Hardware requirements required to run/install MySql Community Server on a windows machine.

任何人都可以指向我的链接或向我提供有关在 Windows 机器上运行/安装 MySql Community Server 所需的最低系统/硬件要求的信息。

Thanks,

谢谢,

采纳答案by krtek

If you refer to the manual, you'll see that there are no hardware requirements defined.

如果您参考手册,您会看到没有定义硬件要求。

If you think about it, this is pretty logical since the required hardware will greatly depend on your schema and data.

如果您考虑一下,这是非常合乎逻辑的,因为所需的硬件在很大程度上取决于您的架构和数据。

If you look at the answer below you'll find a calculator for needed memory that could be a start to define how much RAM you need.

如果您查看下面的答案,您会发现所需内存的计算器,这可以作为定义您需要多少 RAM 的开始。

I would say any computer beefy enough to run windows will also be able to run MySQL without much issues. Then, you might have to update your hardware based on your database.

我想说任何足以运行 Windows 的计算机也可以毫无问题地运行 MySQL。然后,您可能需要根据您的数据库更新您的硬件。

Sorry for not being able to give a better answer ;)

很抱歉无法给出更好的答案;)

回答by Vijay

Oracle doesn't seem to publish any minimum hardware requirements because the minimum will depend largely on how each user uses the database. A nice tool I found for calculating your specific minimum requirements is MySQL Calculator.

Oracle 似乎没有公布任何最低硬件要求,因为最低要求在很大程度上取决于每个用户如何使用数据库。我发现用于计算您的特定最低要求的一个很好的工具是MySQL Calculator

According to MySQL Calculator, based on MySQL's defaults, you will need 576.2 MB of RAM for the program. By adjusting the settings to the absolute minimums, I got a value of just under 8MB.Of course, such low settings will render MySQL very slow and limited but at least that gives you a theoretical starting point.

根据 MySQL Calculator,基于 MySQL 的默认值,程序需要 576.2 MB 的 RAM。通过将设置调整到绝对最小值,我得到了不到 8MB 的值。当然,如此低的设置会使 MySQL 变得非常缓慢和受限,但至少这为您提供了一个理论起点。