Difference between revisions of "Ubuntu Tips"

From rbachwiki
Jump to navigation Jump to search
(Created page with "== Allow port 3306 to be accessible externally == <nowiki> edit the /etc/mysql/my.cnf # the bind address which is usurally 127.0.0.1 </nowiki>")
 
Line 1: Line 1:
== Allow port 3306 to be accessible externally ==
== Allow port 3306 to be accessible externally ==
<nowiki>
<pre>
edit the /etc/mysql/my.cnf # the bind address which is usurally 127.0.0.1
edit the /etc/mysql/my.cnf # the bind address which is usurally 127.0.0.1
  </nowiki>
  </pre>

Revision as of 18:48, 5 August 2016

Allow port 3306 to be accessible externally

edit the /etc/mysql/my.cnf # the bind address which is usurally 127.0.0.1