The access to the (Acceptance Application server ) and (Databases) servers still does not work from our MySQL client (Citrix IP: 10.50.99.186).
Please help us how to resolve this issue
Thanks
The access to the (Acceptance Application server ) and (Databases) servers still does not work from our MySQL client (Citrix IP: 10.50.99.186).
Please help us how to resolve this issue
Thanks
Hello @pkelaska,
I don’t understand your issue. What is the IP of the application? What is IP of the MySQL server? What error message are you getting?
MySQL client (Citrix IP: 10.50.99.186).
( Databases) servers : IP 10.51.111.224
Database ip is 10.51.111.224
MySQL client (Citrix IP: 10.50.99.186).
Error : cannot connect to database server
They are trying to connect from windows base MYSQL client software
Thanks
IP added details for your reference.
MariaDB [(none)]> SELECT User,Host FROM mysql.user;
MariaDB [(none)]> SHOW GRANTS FOR ‘belharra’@‘localhost’;
have you checked firewall/network? you need mysql port open to connect remotely (port 3306 by default)
Hello ,
Thanks for your response
Could you please provide me the steps for open & after open port how to check the same.
Thanks
From MySQL client, can you ping the database? If not, you have general networking issues that must be resolved first. I see that your DB and client are in two different class B networks. What is the netmask of the server and client?
Hi @pkelaska
you should check if you are using a host based firewall such as iptables
and whether there is an exception listed.
To see whether you have an exception, please execute:
iptables --list --numeric | grep 3306
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.