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!

database xtream ui

michy2106

Extended Member
Ext. Member
Joined
Sep 29, 2019
Messages
43
Reaction score
121
Points
44
Location
italia
hello everyone, I have just installed xtream ui and now I should move my datebase. before I used phpmyadmin. now if i install it n i see the database. is there a way like phpmyadmin for xtream ui?
 
Allway restore your DB directly in mySQL. PhpMyAdmin is a security issue in my mind.
 
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
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
hello everyone, I have just installed xtream ui and now I should move my datebase. before I used phpmyadmin. now if i install it n i see the database. is there a way like phpmyadmin for xtream ui?
for move database .. upload your backup database on main server tmp and run command in ssh
mysql -u root -p xtream_iptvpro < /tmp/xtream_iptvpro.sql
and wait after few minutes database should restored, time depended on database volume
 
for move database .. upload your backup database on main server tmp and run command in ssh
mysql -u root -p xtream_iptvpro < /tmp/xtream_iptvpro.sql
and wait after few minutes database sh
already made excto this error 1050 at line 29 etc
 
look like problem in backup date, if you still have your old database on any server take backup again with command
mysql -u root -p xtream_iptvpro > /root/xtream_iptvpro.sql
but before take backup run this in phpmyadmin
TRUNCATE TABLE client_logs;
TRUNCATE TABLE user_activity;
TRUNCATE TABLE stream_logs;
TRUNCATE TABLE blocked_ips;
 
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
look like problem in backup date, if you still have your old database on any server take backup again with command
mysql -u root -p xtream_iptvpro > /root/xtream_iptvpro.sql
but before take backup run this in phpmyadmin
TRUNCATE TABLE client_logs;
TRUNCATE TABLE user_activity;
TRUNCATE TABLE stream_logs;
TRUNCATE TABLE blocked_ips;
but the problem already gives it to the first access output table so I don't think so
 
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
Yes I suggest mySQL
 
hello everyone, I have just installed xtream ui and now I should move my datebase. before I used phpmyadmin. now if i install it n i see the database. is there a way like phpmyadmin for xtream ui?
the database you will found it like this xtream_iptvpro
if you use Ubunto 16.04 or Ubunto 18.04 with phpmyadmin dont use user: root
create other user name
if you want once you use phpmyadmin and you not going to use it, you can desable the phpmyadmin with a command and if you have to use again you can activated again, then when you are done you can disabled again.
 
if you have an error with
but the problem already gives it to the first access output table so I don't think so



if you get wrong with that, you have to put this line before because it does not allow you to load large files
In mysql sesion :
SET GLOBAL max_allowed_packet=1073741824;
 
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
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top