Find the answer to your Linux question:
Results 1 to 7 of 7
when i am enabling mysql in server (port 3306) it does'nt work. but when i execute iptables -F it works what may be the reson?...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    23

    Post ports assosiated with mysql

    when i am enabling mysql in server (port 3306) it does'nt work. but when i execute iptables -F
    it works what may be the reson?

  2. #2
    Just Joined!
    Join Date
    Apr 2011
    Location
    Nashik, Maharashtra, India
    Posts
    9

    Arrow

    Because when you enter a command iptables -F that command flush all rules and set a default iptables (firewall) setting.

    so ur sql server is work....


    Regards,


    Ghansham

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    23

    Post

    ok sir thats ok . but my question is what modification needed to make it work without iptable -F

  4. #4
    Just Joined!
    Join Date
    Apr 2011
    Location
    Nashik, Maharashtra, India
    Posts
    9
    Quote Originally Posted by manu. View Post
    ok sir thats ok . but my question is what modification needed to make it work without iptable -F

    whats the error?

  5. #5
    Just Joined!
    Join Date
    Apr 2011
    Posts
    23

    Post

    ok sir i tried to make it clear
    first i block all input connections to my server,then only allow http,svnserve (subvertion),mysql
    throug firewall. then after restarting the server i can access http &svn serve but when opening
    mysql in client it shows "sever not connected" not the same words but it means that..

  6. #6
    Just Joined!
    Join Date
    Apr 2011
    Location
    Nashik, Maharashtra, India
    Posts
    9
    Quote Originally Posted by manu. View Post
    ok sir i tried to make it clear
    first i block all input connections to my server,then only allow http,svnserve (subvertion),mysql
    throug firewall. then after restarting the server i can access http &svn serve but when opening
    mysql in client it shows "sever not connected" not the same words but it means that..

    mysql server has not allow to connect client.
    first you would need to check client side firewall....
    or
    missconfige mysql

  7. #7
    Just Joined!
    Join Date
    Apr 2011
    Posts
    23

    Post

    is there any need to open any oher ports related with mysql

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...