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 Remove all VOD from mysql?

traskin

Extended Member
Ext. Member
Joined
Oct 18, 2019
Messages
62
Reaction score
91
Points
29
Location
Spain
Hello.

Im trying with no luck (panel freeze) when I try to remove/delete all VOD.

Mass_delete looks dont work well.

My question is, How I can remove all vod by mysql command?

Thank you so much!
 
OK I can delete VOD in mysql:

FILMS:
select * from `streams` where `type` = '2';
DELETE FROM streams WHERE type LIKE '2';



TVSERIES:
select * from `streams` where `type` = '5';
DELETE FROM streams WHERE type LIKE '5';

Hope it helps to someone!!
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top