- Thread starter
- #221
I have found a Database folder at" Team MediaPortal\MediaPortal\database".
This folder is full of SQL (.db3) databases (Pictures, Videos, Music, TV series...). However, there is not an specific TV database in there.
Is this the right place to delete the database? Am I climbing the wrong tree again?
cheers
pj
I'd leave them alone.
Before trying this stop the tvservice and close tv setup.
To delete the database click start -> Programs -> MySql -> MySql Commandline tool
The password is MediaPortal
It is case sensative
type the following
drop database mptvdb;
It will say something along the lines of 30 records affected.