<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote cite="mid:4DCDC969.5020701@golden.net" type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
  <div class="moz-text-html" lang="x-western"> <font
 face="Helvetica, Arial, sans-serif">On 2011-05-06 22:11, JohnJ
wrote:</font>
  <blockquote cite="mid:4DC4AA5C.1080000@golden.net" type="cite"><font
 face="Helvetica, Arial, sans-serif">Update: I now have [ edit ] a
Linux box/web server running LAMP at home mapped through my router to
the 'net. <br>
    </font></blockquote>
  </div>
</blockquote>
<br>
<tt>< ... snip ... ></tt><font face="Helvetica, Arial, sans-serif"><br>
</font><font face="Helvetica, Arial, sans-serif"></font><tt></tt><br>
<blockquote cite="mid:4DCDC969.5020701@golden.net" type="cite">
  <div class="moz-text-html" lang="x-western"><font
 face="Helvetica, Arial, sans-serif">Though LAMP I have MySQL installed.<br>
MySQL works locally.<br>
MySQL works through <a moz-do-not-send="true"
 class="moz-txt-link-freetext" href="http://localhost/">http://localhost/</a>
see below.<br>
  <strike><b>MySQL does not work through the tubes</b>.</strike><br>
  </font></div>
</blockquote>
<br>
<font face="Helvetica, Arial, sans-serif"><b>MySQL in now working
through the tubes</b>.</font><br>
<br>
<tt>< ... snip ... ></tt><font face="Helvetica, Arial, sans-serif"><br>
</font><br>
<blockquote cite="mid:4DCDC969.5020701@golden.net" type="cite">
  <div class="moz-text-html" lang="x-western"><font
 face="Helvetica, Arial, sans-serif">I could crawl through the tubes
looking at tuts but I thought I would
toss this out here.<br>
  </font></div>
</blockquote>
<br>
<font face="Helvetica, Arial, sans-serif">I have been tinkering making
incremental changes but I do not know which change opened the gates.<br>
I was looking around in: <a
 href="http://php.net/manual/en/function.mysql-connect.php">http://php.net/manual/en/function.mysql-connect.php</a>
and reading through the User Contrbutions.<br>
<br>
</font><font face="Helvetica, Arial, sans-serif">One change was to
php.ini adding 3306 to the following line:<br>
</font><br>
<tt>mysql.default_port = 3306</tt><br>
<br>
<font face="Helvetica, Arial, sans-serif">another change was to do the
following:</font><br>
<br>
<div class="note">
<div class="text">
<div class="phpcode"><code><span class="html">sudo setsebool -P
httpd_can_network_connect=1<br>
<br>
<font face="Helvetica, Arial, sans-serif">as recomneded in a post dated
19-Apr-2011<br>
<br>
Tx: JohnJ<br>
</font><br>
</span> </code></div>
</div>
</div>
<br>
<br>
<br>
</body>
</html>