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!

Tutorial Howto allow MySql remote connection | SSH commands

redhat

Administrator
Staff member
Administrator
Joined
Jun 19, 2019
Messages
3,298
Reaction score
15,890
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)
 
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
 
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
you can disabled with mabria db settings table
 
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