Moodle 2.0 在哪里存储文件?在数据库中还是在文件系统中?
我计划在服务器中安装 Moodle (使用 Oracle 10.2 DB 和 CentOS 5.6)。
我需要为数据库分配大量空间吗? 或者课程的内容将保存在文件系统中,而数据库只存储文件的“指针”?
I'm planning on installing Moodle in a server (using an Oracle 10.2 DB and CentOS 5.6).
Do I need to allocate a lot of space for the database?
Or the content of the courses will be saved in the filesystem and the database only stores "pointers" for the files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
Moodle 在文件系统中存储(并且始终存储)文件。您可以在示例配置文件 有一个“数据根”目录选项(第 4 节)。
Moodle stores (and has always stored) files in the filesystem. You can see that in the sample configuration file there is an option for the "data root" directory (section 4).