I'd like to know the location of files inside learnloop folder that stores the data created by user; such as quizzes, members, courses, results, etc.
From my understanding, we can query the data from the database using command line; in which we extract the required data from the correct table of the database.
However, where exactly is the database file stored? What could be the location path of it? I've browsed through the entire LearnLoop folder but couldn't find it. Majority of the available files in LearnLoop folder are more like php codings that act as a template for processes, etc.
Reason to find out the answer is to provide flexibility such as transferring of data such quizzes, courses, etc. into another machine that runs LearnLoop so that we need not re-create everything from start.
Can anyone provide guidance needed? Urgent!
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to know the location of files inside learnloop folder that stores the data created by user; such as quizzes, members, courses, results, etc.
From my understanding, we can query the data from the database using command line; in which we extract the required data from the correct table of the database.
However, where exactly is the database file stored? What could be the location path of it? I've browsed through the entire LearnLoop folder but couldn't find it. Majority of the available files in LearnLoop folder are more like php codings that act as a template for processes, etc.
Reason to find out the answer is to provide flexibility such as transferring of data such quizzes, courses, etc. into another machine that runs LearnLoop so that we need not re-create everything from start.
Can anyone provide guidance needed? Urgent!
Thanks!