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

database xtream ui

michy2106

Extended Member
Ext. Member
Joined
Sep 29, 2019
Messages
47
Reaction score
136
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?
 

redhat

Administrator
Staff member
Administrator
Chief Moderator
Moderator
Joined
Jun 19, 2019
Messages
3,099
Reaction score
14,894
Points
134
Location
root[@]woi
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 @changglobize
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Euro-iptv

Extended Member
Ext. Member
Joined
Sep 27, 2019
Messages
71
Reaction score
180
Points
44
Location
12345678
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
 

michy2106

Extended Member
Ext. Member
Joined
Sep 29, 2019
Messages
47
Reaction score
136
Points
44
Location
italia
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
 

Euro-iptv

Extended Member
Ext. Member
Joined
Sep 27, 2019
Messages
71
Reaction score
180
Points
44
Location
12345678
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

michy2106

Extended Member
Ext. Member
Joined
Sep 29, 2019
Messages
47
Reaction score
136
Points
44
Location
italia
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Ricky1331

Extended Member
Ext. Member
Joined
Sep 22, 2019
Messages
61
Reaction score
158
Points
44
Location
usa
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.
 

delphiniptv

Extended Member
Ext. Member
Joined
Oct 23, 2019
Messages
22
Reaction score
50
Points
24
Location
Madrid
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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