Sandbox for testing the import of Todolist (*.tdl) files to MySQL.
Tested on XAMPP for Windows (dont use in production or public servers):
$host = 'localhost';
$user = 'root'; // Adjust if different
$pass = ''; // Adjust if different
The SQL scheme that will be used to create new databases.
The new databases will be created with the exact name of the file uploaded "filename.tdl".
IMPORTANT: If the database name already exists it will de DELETED!
From CLI:
php index.php filename.tdl
From web:
Drag and drog a *.tdl file
- Import root tasks comments
- Import child taks (now only import root folder tasks)