Activity Stream
48,167 MEMBERS
64779 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4

Hybrid View

jasoothai How to enable remote connection to... 21st Jun 2012, 07:20 AM
feronso Hi, This is because that... 22nd Jun 2012, 07:51 PM
jasoothai Thanks for the clarification. 23rd Jun 2012, 07:54 AM
madaboutlinux Just if others end up on this... 25th Jun 2012, 06:08 PM
Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Thanks for the clarification.
    jasoothai Reviewed by jasoothai on . How to enable remote connection to MySQL server I followed this : 1. Edit /etc/sysconfig/iptables file: 2. Add following line before COMMIT: 3. Restart Iptables Firewall: 4. Test remote connection: But when executing first command I got like this : Where is the commit line ? :( Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Just if others end up on this thread looking to activate remote mysql connections, here is what you have to do:

    There is no need to edit the /etc/sysconfig/iptables file, you can directly execute the iptables command on the server and save iptables to make the rule permanent.

    iptables -A INPUT -p tcp --dport 3306 -j ACCEPT
    service iptables save
    If you have other firewalls like APF or CSF, you have to edit its configuration file to allow incoming connections on Mysql port.

    Once done, you have to grant necessary privileges to the database user and the remote IP on the Mysql user using the Grant command. The following tutorial will guide you on how enable remote access to the mysql server/database.
    Linux System Administrator
    Server Management at affordable cost.
    linuxhostingsupport.net | MSN:madaboutlinux@hotmail.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to enable RDP on windows server?
    By MediaStar in forum Server Management
    Replies: 3
    Last Post: 3rd May 2012, 01:14 PM
  2. ODBC connection error for fetching value from MSsql to MYsql
    By dhruvpandit in forum Technical Help Desk Support
    Replies: 0
    Last Post: 9th Feb 2012, 10:23 AM
  3. Help regarding remote desktop connection
    By killeramy in forum Webmasters, Money Making
    Replies: 1
    Last Post: 17th Dec 2011, 02:41 PM
  4. Replies: 2
    Last Post: 7th Sep 2011, 03:14 PM
  5. Increase mysql connection settings
    By Storming in forum Technical and Security Tutorials
    Replies: 0
    Last Post: 18th Dec 2009, 12:24 AM

Tags for this Thread

BE SOCIAL