Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Database FAQ.

Database FAQ: Difference between revisions

From MoodleDocs
(Create introduction, reformat slighly Now chris can see FAQ for the activity)
mNo edit summary
Line 1: Line 1:
{{Work in progress}}
{{Work in progress}}
There are two types of "databases" in Moodle: an activity and the
There are two types of "databases" in Moodle:  
: a) The '''Moodle activity''' named ''Database''
: a) The '''Moodle activity''' named ''Database''
*[[Database activity module FAQ]]  
::* [[Database activity module FAQ]] is the FAQ page
: b) The '''database on your server''' where Moodle stores all its content
: b) The '''database on your server''' where Moodle stores all its content



Revision as of 12:35, 10 August 2010

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.


There are two types of "databases" in Moodle:

a) The Moodle activity named Database
b) The database on your server where Moodle stores all its content

Here is some additional information that may help guide you to more information to answer your FAQs


a) Database activity module

Moodle Docs

b) Moodle database

Moodle Docs

DBDesigner 4 is a schema drawing program for MySQL data bases released under GPL.

Moodle Forums

Miscellaneous


Moodle core libraries

Moodle's core libraries provide lots of functions for working with the database.

XMLDB

XMLDB stores the database definition in an XML format that can be used to install Moodle on any database.

Introduction to Moodle Programming course:

Different kinds of databases

New database layer in Moodle 2.0

See also: