Sqlite_to_mysql improvements

It would be great if sqlite_to_mysql script provides files ready to use in MySQL. Firstly, the script could do mv mysql.sql ce_seahub_db.sql itself and secondly, ‘Group’ is a reserved MySQL world, so it would be great to have a *.sql files with needed backticks `Group`. You could add use ccnet_db;… to avoid mistakes.

Thanks