<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How Do I Enable Remote Access To MySQL Database Server?</title> <atom:link href="http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: swapan paul</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-179045</link> <dc:creator>swapan paul</dc:creator> <pubDate>Tue, 07 Feb 2012 11:03:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-179045</guid> <description>Here it is:
mysql_connect(&#039;ip address&#039;, ‘admin’, ‘admin’) or die (“Could not connect: “.mysql_error());</description> <content:encoded><![CDATA[<p>Here it is:<br
/> mysql_connect(&#8216;ip address&#8217;, ‘admin’, ‘admin’) or die (“Could not connect: “.mysql_error());</p> ]]></content:encoded> </item> <item><title>By: swapan paul</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-179039</link> <dc:creator>swapan paul</dc:creator> <pubDate>Tue, 07 Feb 2012 08:32:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-179039</guid> <description>Try this:
mysql_connect(, &#039;admin&#039;, &#039;admin&#039;) or die (&quot;Could not connect: &quot;.mysql_error());</description> <content:encoded><![CDATA[<p>Try this:<br
/> mysql_connect(, &#8216;admin&#8217;, &#8216;admin&#8217;) or die (&#8220;Could not connect: &#8220;.mysql_error());</p> ]]></content:encoded> </item> <item><title>By: subhash</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-179037</link> <dc:creator>subhash</dc:creator> <pubDate>Tue, 07 Feb 2012 07:50:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-179037</guid> <description>How to connect mysql database in php with use the ip address
Thnx in advance</description> <content:encoded><![CDATA[<p>How to connect mysql database in php with use the ip address</p><p>Thnx in advance</p> ]]></content:encoded> </item> <item><title>By: Remote database mad</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-178969</link> <dc:creator>Remote database mad</dc:creator> <pubDate>Sun, 29 Jan 2012 01:44:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-178969</guid> <description>Very nice article, the series of comments which has went over here, made many things clears. Thanks for sharing</description> <content:encoded><![CDATA[<p>Very nice article, the series of comments which has went over here, made many things clears. Thanks for sharing</p> ]]></content:encoded> </item> <item><title>By: premiso</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-178827</link> <dc:creator>premiso</dc:creator> <pubDate>Thu, 19 Jan 2012 23:24:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-178827</guid> <description>Why do all this...if you have SSH Access, just setup a tunnel, unless you need people without SSH Access to access the database. But an SSH tunnel will be way more secure than opening it up to the world, and you don&#039;t have to do any of this simply:
ssh -L 3307:localhost:3306 you@yourhost.com
Using 3307, incase you have a local MySQL server installed.</description> <content:encoded><![CDATA[<p>Why do all this&#8230;if you have SSH Access, just setup a tunnel, unless you need people without SSH Access to access the database. But an SSH tunnel will be way more secure than opening it up to the world, and you don&#8217;t have to do any of this simply:</p><p>ssh -L 3307:localhost:3306 <a
href="mailto:you@yourhost.com">you@yourhost.com</a></p><p>Using 3307, incase you have a local MySQL server installed.</p> ]]></content:encoded> </item> <item><title>By: risdiyanto</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-178424</link> <dc:creator>risdiyanto</dc:creator> <pubDate>Thu, 12 Jan 2012 08:11:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-178424</guid> <description>you can comment bind-address:
#bind-address
to skip networking</description> <content:encoded><![CDATA[<p>you can comment bind-address:<br
/> #bind-address</p><p>to skip networking</p> ]]></content:encoded> </item> <item><title>By: Asif</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-174957</link> <dc:creator>Asif</dc:creator> <pubDate>Tue, 18 Oct 2011 09:54:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-174957</guid> <description>Hi, I have edited my.cnf according to your Step-3. But while restarting it says &quot;MySQL Daemon failed to start.&quot;. Just for the note, my server is running on amazon ec2. Any idea what went wrong?</description> <content:encoded><![CDATA[<p>Hi, I have edited my.cnf according to your Step-3. But while restarting it says &#8220;MySQL Daemon failed to start.&#8221;. Just for the note, my server is running on amazon ec2. Any idea what went wrong?</p> ]]></content:encoded> </item> <item><title>By: Rahul Gamit</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-174628</link> <dc:creator>Rahul Gamit</dc:creator> <pubDate>Tue, 04 Oct 2011 08:14:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-174628</guid> <description>Sachid: can you please tell me how can i configure without updating my.cnf file ?</description> <content:encoded><![CDATA[<p>Sachid: can you please tell me how can i configure without updating my.cnf file ?</p> ]]></content:encoded> </item> <item><title>By: Kevinal</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-173906</link> <dc:creator>Kevinal</dc:creator> <pubDate>Tue, 13 Sep 2011 08:56:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-173906</guid> <description>How to allow multiple users in local network to share a single MySQL database</description> <content:encoded><![CDATA[<p>How to allow multiple users in local network to share a single MySQL database</p> ]]></content:encoded> </item> <item><title>By: Vijay Kumar</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-173588</link> <dc:creator>Vijay Kumar</dc:creator> <pubDate>Sun, 28 Aug 2011 13:56:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-173588</guid> <description>Hello To all,
mysql is work proparly,but for remotly access i make file as you write but after this changes mysql is not start,i am using centos 5
/etc/ini.d/mysqld restart
so please help me.As Soon as possible.</description> <content:encoded><![CDATA[<p>Hello To all,<br
/> mysql is work proparly,but for remotly access i make file as you write but after this changes mysql is not start,i am using centos 5<br
/> /etc/ini.d/mysqld restart<br
/> so please help me.As Soon as possible.</p> ]]></content:encoded> </item> <item><title>By: Cecil</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-173559</link> <dc:creator>Cecil</dc:creator> <pubDate>Fri, 26 Aug 2011 04:24:31 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-173559</guid> <description>Thanks for this excellently written article. I was going to write my own, but I think I&#039;ll just link to yours.</description> <content:encoded><![CDATA[<p>Thanks for this excellently written article. I was going to write my own, but I think I&#8217;ll just link to yours.</p> ]]></content:encoded> </item> <item><title>By: albin</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-172213</link> <dc:creator>albin</dc:creator> <pubDate>Fri, 01 Jul 2011 09:58:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-172213</guid> <description>i have configured multiple instance of mysql having new instance port 3307. But am not able to connect to this port from a mysql client. Where should i change the configuration?</description> <content:encoded><![CDATA[<p>i have configured multiple instance of mysql having new instance port 3307. But am not able to connect to this port from a mysql client. Where should i change the configuration?</p> ]]></content:encoded> </item> <item><title>By: Caleb</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-171331</link> <dc:creator>Caleb</dc:creator> <pubDate>Sun, 15 May 2011 23:48:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-171331</guid> <description>The variable skip-name-resolve will also keep remote access from working. Was pulling my hair out trying to get this to work, comment out that variable and viola.</description> <content:encoded><![CDATA[<p>The variable skip-name-resolve will also keep remote access from working. Was pulling my hair out trying to get this to work, comment out that variable and viola.</p> ]]></content:encoded> </item> <item><title>By: Bruce</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-171265</link> <dc:creator>Bruce</dc:creator> <pubDate>Wed, 11 May 2011 01:23:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-171265</guid> <description>everything seem to work fine but Step # 6: Open port 3306
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 3306 -j ACCEPT ??</description> <content:encoded><![CDATA[<p>everything seem to work fine but Step # 6: Open port 3306</p><p>/sbin/iptables -A INPUT -i eth0 -p tcp &#8211;destination-port 3306 -j ACCEPT ??</p> ]]></content:encoded> </item> <item><title>By: stephen white</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-170731</link> <dc:creator>stephen white</dc:creator> <pubDate>Thu, 21 Apr 2011 00:35:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-170731</guid> <description>I know this article is not about SSH but I just wanted to mention that those that are confused with these condifuration changes or skittish about doing them can just use an SSH client (I use Putty) and use tunneling to then access MySQL data as &#039;localhost&#039;. Keeps everything locked down and I use the MySQL administrator and Query Browser without any issues on a windows 7 machine. I do have a local dev MySQL server running on my machine so I do have to stop that service when I tunnel in to the remote MySQL debian linux machines. If I forget the user/pass&#039;s will trip me up so not a serious mistake waiting to happen :-)</description> <content:encoded><![CDATA[<p>I know this article is not about SSH but I just wanted to mention that those that are confused with these condifuration changes or skittish about doing them can just use an SSH client (I use Putty) and use tunneling to then access MySQL data as &#8216;localhost&#8217;. Keeps everything locked down and I use the MySQL administrator and Query Browser without any issues on a windows 7 machine. I do have a local dev MySQL server running on my machine so I do have to stop that service when I tunnel in to the remote MySQL debian linux machines. If I forget the user/pass&#8217;s will trip me up so not a serious mistake waiting to happen :-)</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-170502</link> <dc:creator>Chris</dc:creator> <pubDate>Thu, 07 Apr 2011 12:14:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-170502</guid> <description>Hi there, I have a query that needs your support.
This is the ERROR I get while creating a NEW SERVER INSTANCE: in Windows.
1.………… error ………………………………………………………………………
Connecting to MySQL server localhost...
Cannot start SSH tunnel manager
Connecting to MySQL server localhost...
Cannot start SSH tunnel manager
Connecting to MySQL server localhost...
Cannot start SSH tunnel manager
……………………………………………………………………………………………
And also
2. ……………………………………………………………………………………………
In order to manage a MYSQL server it must be installed as a service.
The wizard could not find MYSQL service on the target machine, hence
the server instance cannot be created.
……………………………………………………………………………………………
Question
How do I make sure that MYSQL 5.1 is running before I use the MYSQL
Administrator to configure  new Server Instance.
I will be grateful to be answered the above question in reference to
the errors the program is giving me in the Windows environment.</description> <content:encoded><![CDATA[<p>Hi there, I have a query that needs your support.</p><p>This is the ERROR I get while creating a NEW SERVER INSTANCE: in Windows.</p><p>1.………… error ………………………………………………………………………<br
/> Connecting to MySQL server localhost&#8230;<br
/> Cannot start SSH tunnel manager<br
/> Connecting to MySQL server localhost&#8230;<br
/> Cannot start SSH tunnel manager<br
/> Connecting to MySQL server localhost&#8230;<br
/> Cannot start SSH tunnel manager</p><p>……………………………………………………………………………………………</p><p>And also</p><p>2. ……………………………………………………………………………………………</p><p>In order to manage a MYSQL server it must be installed as a service.</p><p>The wizard could not find MYSQL service on the target machine, hence<br
/> the server instance cannot be created.</p><p>……………………………………………………………………………………………</p><p>Question</p><p>How do I make sure that MYSQL 5.1 is running before I use the MYSQL<br
/> Administrator to configure  new Server Instance.</p><p>I will be grateful to be answered the above question in reference to<br
/> the errors the program is giving me in the Windows environment.</p> ]]></content:encoded> </item> <item><title>By: koniak</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-170276</link> <dc:creator>koniak</dc:creator> <pubDate>Tue, 22 Mar 2011 16:43:31 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-170276</guid> <description>Hello admin... just U save my life I was found  how to access to my mysql  BD for the enterily day and finally I found this page... It&#039;s so clear and really helpful so thanks</description> <content:encoded><![CDATA[<p>Hello admin&#8230; just U save my life I was found  how to access to my mysql  BD for the enterily day and finally I found this page&#8230; It&#8217;s so clear and really helpful so thanks</p> ]]></content:encoded> </item> <item><title>By: gumuruh</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-169759</link> <dc:creator>gumuruh</dc:creator> <pubDate>Fri, 11 Mar 2011 10:21:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-169759</guid> <description>and.... how could I grant all ip address range 192.168.1.20 - 192.168.1.30
to connect into that mysql server?
Don&#039;t say to me repeat that command over 10 times. That&#039;s not the answer, tough.</description> <content:encoded><![CDATA[<p>and&#8230;. how could I grant all ip address range 192.168.1.20 &#8211; 192.168.1.30<br
/> to connect into that mysql server?<br
/> Don&#8217;t say to me repeat that command over 10 times. That&#8217;s not the answer, tough.</p> ]]></content:encoded> </item> <item><title>By: Shaul Amran</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-169561</link> <dc:creator>Shaul Amran</dc:creator> <pubDate>Sun, 06 Mar 2011 10:09:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-169561</guid> <description>Thank you for this tutorial!
I followed every single step and it worked!</description> <content:encoded><![CDATA[<p>Thank you for this tutorial!<br
/> I followed every single step and it worked!</p> ]]></content:encoded> </item> <item><title>By: Satya</title><link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-168356</link> <dc:creator>Satya</dc:creator> <pubDate>Wed, 19 Jan 2011 06:37:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comment-168356</guid> <description>Yes ! without configuring /etc/my.cnf aslo it can work . It&#039;ll help to update remote host mysql db .
Best Regards,
Satya.M</description> <content:encoded><![CDATA[<p>Yes ! without configuring /etc/my.cnf aslo it can work . It&#8217;ll help to update remote host mysql db .</p><p>Best Regards,<br
/> Satya.M</p> ]]></content:encoded> </item> </channel> </rss>
