【发布时间】:2010-02-18 22:40:40
【问题描述】:
我正在考虑使用 Amazon Services (PHP + mySQL) 运行托管服务。我喜欢做的是有一个网站,有人在其中注册、支付 PayPal 并返回到他们将获得自动信息到他们的 mySQL 帐户的网站。所以这个 mySQL 帐户只能由他们使用。他们可以创建表格等。
一些问题是:
1) Is there a way to create a new mySQL account and table using a script? (PHP?)
2) Is there any open-source scripts out there that already does this that I can take apart and use?
3) If the above is not a good idea, any other suggestions.
基本上,我希望他们将文件放在本地虚拟主机(Hostgator、Dreamhost 等)上,但能够从我在亚马逊的数据库中获取数据。所以我希望每个用户都被限制在他们自己的数据库中,而不是和其他人混在一起。他们需要能够更新表格。
任何建议和想法表示赞赏!
【问题讨论】: