Вы использовали какие-либо базы данных только услуга хостинга?

  1. В VIM, нажмите Ctrl + V для входа в Визуальный Выбор Блочного режима
  2. необходимые столбцы с клавишами со стрелками и нажатием x для вырезания их в буфере.
  3. курсор Перемещения для расположения в ряд 1 столбца 9 и нажатие P (thats капитал P) в командном режиме.
  4. Нажатие Ctrl + Сдвиг + b для вхождения и вышедшего из него. ( источник )
5
задан Bill the Lizard 9 October 2009 в 14:14
поделиться

5 ответов

I think that you can find hosts with MySQL and PHP cheap enough that it would be easiest for you just to use one of those hosts and only use what you need.

Web Hosting Buzz has a plan for $5.95 (a month) which has unlimited databases, 400GB storage, and 500GB/Month data transfer.

3
ответ дан 13 December 2019 в 19:30
поделиться

Если вам это нужно просто для целей разработки для PHP + MySQL, почему бы просто не установить EasyPHP ( http://www.easyphp.org/ ). Он устанавливается быстро и легко, и я думаю, что он отлично подходит для разработки.

У меня не было проблем с установкой дополнительных расширений PEAR и тому подобного.

0
ответ дан 13 December 2019 в 19:30
поделиться
  1. Contract a dedicated server.
  2. Use it only to host your MySQL database

If the server is managed, they should help you with basic MySQL problems as it is usually preinstalled. I use http://www.hostingmatters.com/

0
ответ дан 13 December 2019 в 19:30
поделиться

The problem with a database-only host would be the security. The database need to be accessed over the Internet, thus username and password to access it are sent over the Internet. Even though you could add encryption and other protection, there's still a risk that the security is breached.

In general, you should never allow direct access to databases over the Internet! It's a real bad practice, which also explains why it's hard to find.

One way to get around such limitation is by building a web service around your database. In this web service you'll add all the functionality that you need to apply on this database, and the web service itself will keep the database itself protected. There would still be a risk that your web service gets compromised but even in that case, the attacker could never do more damage than the specific web service allows.

Such a web service can be created in PHP, although I myself have more experience with doing something similar with .NET and C# on SQL Server...

5
ответ дан 13 December 2019 в 19:30
поделиться

Несколько недель после того, как вопрос был опубликован, Amazon анонсировала бета-версию «Amazon Relational Database Service (Amazon RDS)». Он действует как MySQL 5.1.

http://aws.amazon.com/rds/

Выглядит дорого за то, что вы хотите, но вы никогда не говорили , что вы тот, кто будет платить по счету.

3
ответ дан 13 December 2019 в 19:30
поделиться
Другие вопросы по тегам:

Похожие вопросы: