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

Tutorial Howto allow MySql remote connection | SSH commands

redhat

Administrator
Staff member
Administrator
Chief Moderator
Moderator
Joined
Jun 19, 2019
Messages
3,074
Reaction score
14,825
Points
134
Location
root[@]woi
These following commands are used to create a new database user and allow your remote MySQL connection

Login to your Main Server ( Xtream Codes Dedicated Server) via Linux / MAC Terminal
ssh root@yourserverip

OR if you are on Window then install Putty software and login to your Main server

- After SSH Root Login

mysql -u root -p

Enter your MySQL root password then run the following commands
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost'; GRANT ALL ON *.* to newuser@'XXX.XX.XX.X' IDENTIFIED BY 'password'; FLUSH PRIVILEGES;

Note: you can use any username and password 

XXX.XX.XX.X = it's your WHMCS/ Billing Panel IP Address ( VPS Server IP Address)

If you have already created a database user then follow only these command below:
GRANT ALL ON *.* to newuser@'XXX.XX.XX.X' IDENTIFIED BY 'password'; FLUSH PRIVILEGES;

XXX.XX.XX.X = it's your WHMCS/ Billing Panel IP Address ( VPS Server IP Address)
 

TomTay

Extended Member
Ext. Member
Joined
Oct 11, 2019
Messages
5
Reaction score
4
Points
14
Location
NL
thanks red, i don't suppose someone knows how to disable recapcha via ssh command ? i seen to be getting an error about domain which is preventing login
 
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