Results 1 to 4 of 4
Threaded View
-
21st Jun 2012, 07:20 AM #1OPMember
How to enable remote connection to MySQL server ?
I followed this :
1. Edit /etc/sysconfig/iptables file:
nano -w /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT
service iptables restart
mysql -h dbserver_name_or_ip_address -u webdb_user -p webdb
Noobish question.
What is the use of enabling remote connection to MySQL server ?
I had set "Disallow root login remotely? [Y/n] Y" in MySQL Secure Installation.
What to do now. Please help.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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to enable RDP on windows server?
By MediaStar in forum Server ManagementReplies: 3Last Post: 3rd May 2012, 01:14 PM -
ODBC connection error for fetching value from MSsql to MYsql
By dhruvpandit in forum Technical Help Desk SupportReplies: 0Last Post: 9th Feb 2012, 10:23 AM -
Help regarding remote desktop connection
By killeramy in forum Webmasters, Money MakingReplies: 1Last Post: 17th Dec 2011, 02:41 PM -
[DLE] Where does it keep MySQL connection details (user, pass, db) ?
By ThumperTM in forum DLEReplies: 2Last Post: 7th Sep 2011, 03:14 PM -
Increase mysql connection settings
By Storming in forum Technical and Security TutorialsReplies: 0Last Post: 18th Dec 2009, 12:24 AM
themaPoster - post to forums and...
Version 5.38 released. Open older version (or...