-1

与普通的 PhP/MySQL 相比,Cloud 的优势是什么?

一个典型的内容块大约是 30,000 段文本,每段长度不超过 300 个字符。

我正在查看一些关于桶和对象的好文档,并想知道是否有任何理由让我深入研究所有这些。

只是一个粗略的想法将不胜感激。我是不是找错了树,甚至为此想到了 Cloud?

ps 只是猜测:在云中运行 MySQL 的方法是什么?

4

1 回答 1

0

It will depend on the cloud service you choose. On the cloud you can choose between an IaaS, a PaaS or a SaaS.

On an IaaS you will get an infrastructure as a service where you need to install MySQL, the web server, ...

On a PaaS, all these services could be enabled just with click of your mouse and you will just use the service without taking care of the config or the installation process.

This blog article will give you an idea about how to use a MySQL database on a PaaS.

Regarding the web server, for PHP could be something really easy like zip your project and use a command to deploy your application without any config. See here an example.

于 2014-03-25T09:18:43.900 回答