Can not get dhtmlxScheduler to work with MySql

In the example 05_data_saving.html it is saving data to the DB in the data folder but not to MySQL. Changed the config.php with mysql server info. Is there something else that I need to do.

Have you create your db first ? with the correct structure ?

In config.php just uncomment the mysql section, and set the valid server|login|pass|dbname values ( samples\common\dump.sql contains SQL dump for all demos in the package )