为什么MySQL在Web开发中如此频繁地使用?

发布于 2024-10-14 01:07:49 字数 63 浏览 3 评论 0原文

我经常想知道为什么 MySQL 变得如此流行。有什么想法吗?它的成功背后有具体的原因吗? (请保持答案的分析性)

I have often wondered why MySQL has become so popular. Any ideas why? Are there specific reasons behind its success? (Please keep answers analytical)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

沙与沫 2024-10-21 01:07:49
  1. 它是免费的,这意味着它在个人项目以及提供 DMBS 解决方案的托管平台上得到更多使用。
  2. 它是少数可以在几乎任何操作系统上运行的解决方案之一。
  3. 它使用基本的 SQL 而不是专门的变体,这意味着它需要较少的专业知识来使用。
  4. 与大多数其他选项相比,设置和配置更直接、更省时。
  1. It is free, which means it sees more use on personal projects as well as on hosting platforms that provide a DMBS solution.
  2. It is one of the few solutions that can run on almost any operating system.
  3. It uses basic SQL rather than a specialized variant, meaning that it requires less-specialized knowledge to use.
  4. Setup and configuration is more straight-forward and less time-consuming than most other options.
为你拒绝所有暧昧 2024-10-21 01:07:49

添加了更多香料,对于 myisam 来说相当快

对于免费来说意味着什么

如果您使用 oracle,并且您想在不同的机器上设置多个实例,您可能需要付费每个盒子。

除非你有很大的预算要花,否则oracle听起来不太好

postgres也是免费的

mysql由于它的友好sql(不符合标准)而更容易学习

added more spices, is pretty fast for myisam

for what is meant free

if you using oracle, and you want to setup multiple instances on different boxes, you probably required to pay for each boxes.

unless, you have big budget to spent, oracle just don't sounds great

postgres is also free

mysql is easier to learn due to it's friendly sql (not standard compliance)

我的影子我的梦 2024-10-21 01:07:49

PHP 等语言的早期支持也与此有一定关系。虽然 MySQL 的 C API 相对简单(只要您能够轻松地管理回调),但 PHP 实现使其非常易于使用。有些人会认为使用起来了。

我在托管行业工作了一段时间,并注意到趋势。几乎在 PHP 添加对 SQLite3 的支持后,人们就开始要求安装它。我并不是说 PHP 是唯一的影响因素,我也无法猜测它到底有多大影响,但它确实与此有一点关系。

毕竟,他们称其为 LAMP 是有原因的。

Early support in languages like PHP had a bit to do with it as well. While MySQL's C API is relatively straight forward (provided you are comfortable managing your callbacks), the PHP implementation made it crazy easy to use. Some would argue too easy to use.

I've worked in the hosting industry for quite a while, and notice trends. Almost as soon as PHP added support for SQLite3, people started asking for it to be installed. I'm not saying that PHP is the only contributing factor, nor can I guess at just how much of a factor it was, but it did have a bit to do with it.

After all, they call it LAMP for a reason.

氛圍 2024-10-21 01:07:49

它是开源且免费的(社区版)。

It's opensouce and free (Community Edition).

沫雨熙 2024-10-21 01:07:49

普遍性、成本和性能。

Ubiquity, cost and performance.

雨后咖啡店 2024-10-21 01:07:49
  1. 开源 - 免费 [GNU 许可证] - 它是 LAMP Linux、Apache、MySQL 和 PHP 之一。因此它适合用 PHP 开发网站。

  2. 轻量级 - 通常在Web开发中空间是一个重要的问题,与其他数据库相比,MySQL占用的内存较少,因此被认为是轻量级的。

  3. 专注于WEB开发而流行起来。

  4. ...

  1. Open Source - free of Cost [GNU license] - It is one among LAMP Linux, Apache, MySQL and PHP. So Its is suited with develop websites in PHP., etc.

  2. Light Weight - Usually in Web development the space is an important issue,MySQL occupies less memory as compared to others so it is considered to be light weight.

  3. While there is fight between gaints like Oracle vs SQL Server on Enterprise application, the MySql focused on the WEB Development and made popular.

  4. ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文