home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
General Forums
Newcomers Forum
WebEPG Skips All Channels
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="octessence" data-source="post: 1058596" data-attributes="member: 124150"><p>Don't kill the whole database. Try just clearing out the EPG info using the MySQL command line:</p><p></p><p>DELETE FROM mptvdb.program;</p><p></p><p>Alternatively you can use MySQL Workbench GUI although personally I find that harder to use. If you use the default configuration you will probably need to add a where clause that selects everything just to keep it happy:</p><p></p><p>DELETE FROM mptvdb.program WHERE idProgram>0;</p><p></p><p>This has solved WebEPG getting stuck a number of times for me.</p></blockquote><p></p>
[QUOTE="octessence, post: 1058596, member: 124150"] Don't kill the whole database. Try just clearing out the EPG info using the MySQL command line: DELETE FROM mptvdb.program; Alternatively you can use MySQL Workbench GUI although personally I find that harder to use. If you use the default configuration you will probably need to add a where clause that selects everything just to keep it happy: DELETE FROM mptvdb.program WHERE idProgram>0; This has solved WebEPG getting stuck a number of times for me. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
Newcomers Forum
WebEPG Skips All Channels
Contact us
RSS
Top
Bottom