Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Question sql backup problem

kalitv

Basic Member
Basic Member
Joined
Mar 6, 2021
Messages
36
Reaction score
354
Points
64
Location
Spain
Clear logs from database.
I think the problem is the reseller log

but from the panel it won't let me delete it, bandwidth error 503 and it won't load the page.

is there another way to delete those logs?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

iptvayr

Extended Member
Ext. Member
Joined
Oct 19, 2019
Messages
217
Reaction score
765
Points
104
Location
Atlantis
I think the problem is the reseller log

but from the panel it won't let me delete it, bandwidth error 503 and it won't load the page.

is there another way to delete those logs?
Log into mysql/Mariadb via ssh
Select the database with the user command

TRUNCATE thr tables you want to clear
 

kalitv

Basic Member
Basic Member
Joined
Mar 6, 2021
Messages
36
Reaction score
354
Points
64
Location
Spain
Log into mysql/Mariadb via ssh
Select the database with the user command

TRUNCATE thr tables you want to clear
I tried with TRUNCATE, delete and drop but the system keeps thinking and does nothing due to the large table size.

is there any way to force delete the table?

is it possible to delete the file manually with # rm?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Xaltouney

Extended Member
Ext. Member
Joined
Feb 5, 2020
Messages
98
Reaction score
292
Points
64
Location
/bin/bash
I tried with TRUNCATE, delete and drop but the system keeps thinking and does nothing due to the large table size.

is there any way to force delete the table?

is it possible to delete the file manually with # rm?
its not folder/file its sql imput... so you need to open mysql daemon to make it manualy.
you can use navicat/heidiSQL, the GUI is more easy for noob!
 

kartel

Extended Member
Ext. Member
Joined
Aug 23, 2019
Messages
129
Reaction score
212
Points
54
Location
world
I tried with TRUNCATE, delete and drop but the system keeps thinking and does nothing due to the large table size.

is there any way to force delete the table?

is it possible to delete the file manually with # rm?
Login to XC via MySql
mysql -u root -pPASSWORD
use xtream_iptvpro;

Then run each one of these commands:

TRUNCATE panel_logs;
TRUNCATE client_logs;
TRUNCATE stream_logs;
TRUNCATE epg_data;
TRUNCATE user_activity;
 

kalitv

Basic Member
Basic Member
Joined
Mar 6, 2021
Messages
36
Reaction score
354
Points
64
Location
Spain
I have already used these commands. in all the log tables they work but in stream_logs it keeps thinking and does nothing, so I ask if there is another way
no oteo command works.

delete
drop
truncate

that table seems to exceed the size

stream_log 44447 MB size
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

kartel

Extended Member
Ext. Member
Joined
Aug 23, 2019
Messages
129
Reaction score
212
Points
54
Location
world
I have already used these commands. in all the log tables they work but in stream_logs it keeps thinking and does nothing, so I ask if there is another way
no oteo command works.

delete
drop
truncate

that table seems to exceed the size

stream_log 44447 MB size
have you tried deleting in the database?
 

kalitv

Basic Member
Basic Member
Joined
Mar 6, 2021
Messages
36
Reaction score
354
Points
64
Location
Spain
have you tried deleting in the database?
try deleting that particular table and then creating the same table with the same structure, but it doesn't answer anything in that table.
 

mroz

Extended Member
Ext. Member
Joined
Sep 20, 2019
Messages
144
Reaction score
575
Points
104
Location
Madagascar
The best way delete the log tables in sql that is the best option
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

kalitv

Basic Member
Basic Member
Joined
Mar 6, 2021
Messages
36
Reaction score
354
Points
64
Location
Spain
my solution

mysql_upgrade
truncate table stream_logs;

ok ok
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock