新手用户 - 网站设计
我创建了一个简单的网站,但我需要存储和提取文件,例如 PowerPoint 和 Word 文件。我以前从未为网站创建过数据库,所以有人可以建议一个简单的数据库来使用,也许还有一个教程来引导我完成它?
I have created a simple website but I need to store and extract files such as PowerPoint and Word files. Ive never created a database for a website before so can anyone suggest a simple database to use and maybe a tutorial to take me through it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
网站的数据库应该与任何其他数据库没有什么不同。数据库独立于前端(Web、客户端应用程序等)。
避免使用预制数据库。让数据的性质决定表格。
A DB for a website should be no different than any other DB. The DB is independent of the front end (web, client app, etc.).
Avoid a pre-made database. Let the nature of the data decide the tables.