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 sql backup problem

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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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
 
Log into mysql/Mariadb via ssh
Select the database with the user command

TRUNCATE thr tables you want to clear
thanks i will try
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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!
 
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;
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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?
 
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.
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
my solution

mysql_upgrade
truncate table stream_logs;

ok ok
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top