Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question How to flush or remove entire epg from xtream 22b

coolG

Extended Member
Ext. Member
Joined
Jul 2, 2019
Messages
74
Reaction score
126
Points
44
Location
spain
hello, after a mistake in the time settings on xtreamui 22b i have my epg modeled up and i want to flush it all together to reload a fresh and clean epg. there is no flush epg button, so anybody knows how to remove epg files
thank you anyways
 
connect tp your main server, take a database backup
connect to mysql using : mysql -u PUT_DATABASE_USER -p
enter the password
then execute : use DATABASE_NAME;
and execute : TRUNCATE ` epg `;
then : TRUNCATE ` epg_data`;

and everything of epg will be wiped out from the database.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top