Hi,
currently I'm trying to export the MovingPictures database to my server. I want to be able to access the data even If my client is not available. Therfore I'm currently trying to create a little WebGui which will allow me to browse throw my movies and watch them directly without mediaportal.
My Plan is to export the sqlite data to my mysql db. For development I just wanted to dump the sqlite data and import it to my MySQL db. But that's sadly not working as I thought it would be. Does anyone of you did this before?
I exported the DB with the firefox "SQLITE Manager" addon and changed some notations like " to ' but the MySQL Workbench still won't import the dump. It doesn't get even listed as a valid dump since it says that the dump.sql doesn't contain any tables..
currently I'm trying to export the MovingPictures database to my server. I want to be able to access the data even If my client is not available. Therfore I'm currently trying to create a little WebGui which will allow me to browse throw my movies and watch them directly without mediaportal.
My Plan is to export the sqlite data to my mysql db. For development I just wanted to dump the sqlite data and import it to my MySQL db. But that's sadly not working as I thought it would be. Does anyone of you did this before?
I exported the DB with the firefox "SQLITE Manager" addon and changed some notations like " to ' but the MySQL Workbench still won't import the dump. It doesn't get even listed as a valid dump since it says that the dump.sql doesn't contain any tables..
Germany