15,039
edits
No edit summary |
|||
| Line 67: | Line 67: | ||
* moodledata files which uploaded by users | * moodledata files which uploaded by users | ||
* moodle database | * moodle database | ||
=== debug Moodle === | |||
SQL syntax | |||
<pre> | |||
SELECT * | |||
FROM `mdl_config` | |||
WHERE `name` LIKE '%debug%' | |||
</pre> | |||
default value of | |||
* debug 0 (NONE: Do not show any errors or warnings) -> 6143 (ALL: Show all reasonable PHP debug messages) | |||
* debugdisplay 0 (No) -> 1 (Yes) | |||
== secure the phpMyadmin == | == secure the phpMyadmin == | ||