Respon al comentari
Enable remote access to MySQL the easiest way
Due to specific necessities in a project that dbloop is developing, we need to enable remote access to MySQL database form the other machines in our LAN. It isn't so easy to find good information about this issue. There are many posts but don't give clear info about how to solve it. Finally, a post gives us the solution.
Simply opening port access to 3306 (default port for MySQL service) in the IPtables files. Run the following command from the operating system console.
iptables -I RH-Firewall-1-INPUT -p tcp --dport 3306 -j ACCEPT
You need also to define database users giving the "Server" values as "%", hostname, or MySQL server IP.
We make it work on Fedora Linux.
Hope it works.
Comentaris recents
fa 5 setmanes 12 hores
fa 17 setmanes 4 dies
fa 18 setmanes 5 dies
fa 18 setmanes 5 dies
fa 18 setmanes 6 dies
fa 19 setmanes 1 dia
fa 19 setmanes 6 dies
fa 20 setmanes 13 hores
fa 23 setmanes 1 hora
fa 23 setmanes 4 dies