<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>EasyPHP and Modules : WordPress, Spip, Prestashop, Joomla, Drupal, phpBB, Phorum... - EasyPHP 6.0dev</title>
        <description></description>
        <link>http://www.easyphp.org/forums/list/15</link>
        <lastBuildDate>Sat, 11 Feb 2012 10:59:37 +0100</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/148151/_subject_#msg-148151</guid>
            <title>Re: Apache: unexpected end of mysql</title>
            <link>http://www.easyphp.org/forums/15/146225/148151/_subject_#msg-148151</link>
            <description><![CDATA[ And what did you tried ?<br />
<br />
What is your OS ?]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Thu, 23 Dec 2010 11:47:58 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/148143/_subject_#msg-148143</guid>
            <title>Re: Apache: unexpected end of mysql</title>
            <link>http://www.easyphp.org/forums/15/146225/148143/_subject_#msg-148143</link>
            <description><![CDATA[ I got the error unexpected end of myql.]]></description>
            <dc:creator>lukumay</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Wed, 22 Dec 2010 13:00:56 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147653/_subject_#msg-147653</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/147653/_subject_#msg-147653</link>
            <description><![CDATA[ So, you can disable or uninstall Microsoft IIS ;)]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Wed, 27 Oct 2010 07:23:06 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147550/_subject_#msg-147550</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/147550/_subject_#msg-147550</link>
            <description><![CDATA[ apache2 port (80) is used (inetinfo.exe)]]></description>
            <dc:creator>gabe</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 12 Oct 2010 04:12:30 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147421/_subject_#msg-147421</guid>
            <title>Re: Apache: unexpected end of Apache (close SKYPE first)</title>
            <link>http://www.easyphp.org/forums/15/146225/147421/_subject_#msg-147421</link>
            <description><![CDATA[ You can prevent Skype from using TCP 80 port ;)]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Wed, 29 Sep 2010 07:18:22 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147418/_subject_#msg-147418</guid>
            <title>Re: Apache: unexpected end of Apache (close SKYPE first)</title>
            <link>http://www.easyphp.org/forums/15/146225/147418/_subject_#msg-147418</link>
            <description><![CDATA[ If you have the Skype app. running on your computer that will cause the &quot;unexpected end of apache&quot; error too..<br />
<br />
that was in my case]]></description>
            <dc:creator>nico_strider</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 28 Sep 2010 23:27:37 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147248/_subject_#msg-147248</guid>
            <title>Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147248/_subject_#msg-147248</link>
            <description><![CDATA[ Hello, thanks<br />
<br />
Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL]]></description>
            <dc:creator>umitaygun</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Thu, 19 Aug 2010 09:27:38 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147120/_subject_#msg-147120</guid>
            <title>Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147120/_subject_#msg-147120</link>
            <description><![CDATA[ I found a solution in the php net manual. I have copied it in here, maybe it would help other users to spend less time on it. Thank you for the answers, it helped me to find the solution:<br />
<br />
[<a href="http://dk.php.net/manual/en/function.mysql-connect.php"  rel="nofollow">dk.php.net</a>]:<br />
<br />
Bruce Kirkpatrick<br />
28-Oct-2009 05:48 <br />
On Windows Vista or above, an entry in the Windows/System32/drivers/etc/hosts file causes mysql_connect() connections to &quot;localhost&quot; to timeout and never connect.  This happens on php 5.3 and above since it now uses mysql native driver which has changed it connection behavior compared to libmysql.dll in previous versions.  It is not a PHP bug, but definitely a configuration issue for users on new windows systems. <br />
<br />
To get around this, you must remove the entry like this: <br />
::1             localhost <br />
<br />
and make sure you still have: <br />
127.0.0.1       localhost <br />
<br />
Also, you could change the code to connect to the ip instead, but that is inconvenient if you have many web sites. <br />
<br />
This issue occurs on Windows Vista, Windows 7 and Windows Server 2008.]]></description>
            <dc:creator>weimbos</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Fri, 23 Jul 2010 15:51:36 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147117/_subject_#msg-147117</guid>
            <title>Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147117/_subject_#msg-147117</link>
            <description><![CDATA[ If I understand, mysql connection is refused ? or access denied ?<br />
<br />
Can you try to replace &quot;localhost&quot; by &quot;127.0.0.1&quot;, and if it is not enough, can you try as root password : &quot;mysql&quot; ?<br />
<br />
I hope it will help you...]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 20 Jul 2010 23:23:21 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147116/_subject_#msg-147116</guid>
            <title>Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147116/_subject_#msg-147116</link>
            <description><![CDATA[ Yes phpMyAdmin works okay with root user.<br />
<br />
I have tried: $link = mysql_connect(&quot;localhost&quot;, &quot;root&quot;,&quot;&quot;) or die(&quot;Kunne ikke forbinde : &quot; . mysql_error());<br />
<br />
and<br />
<br />
$link = mysql_connect(&quot;localhost&quot;, &quot;root&quot;) or die(&quot;Kunne ikke forbinde : &quot; . mysql_error());<br />
<br />
same result: Warning: mysql_connect() [function.mysql-connect]: [2002] Et forsøg på at oprette forbindelse mislykkedes, fordi den part, (trying to connect via tcp://localhost:3306) in ....<br />
<br />
here below I have copied users: <br />
<br />
Bruger Vært Kodeord Globale privilegier 1 Tildel Handling <br />
 korthaarklubben localhost Ja ALL PRIVILEGES  Ja  <br />
 root localhost Nej ALL PRIVILEGES  Ja  <br />
 Afmærk alt / Fjern alle mærker <br />
<br />
<br />
As you maybe have noticed I am from Denmark, and som of the text are on danish, I hope you understand it anyway :-)]]></description>
            <dc:creator>weimbos</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 20 Jul 2010 21:48:38 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147115/_subject_#msg-147115</guid>
            <title>Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147115/_subject_#msg-147115</link>
            <description><![CDATA[ We can continue here, maybe an admin will move it ;)<br />
<br />
With default root user, phpMyAdmin is working ?<br />
If yes, can you try root user with your scripts ?]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 20 Jul 2010 20:14:43 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147114/_subject_#msg-147114</guid>
            <title>Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147114/_subject_#msg-147114</link>
            <description><![CDATA[ Hello again - that is what I have done, I have not replaced MYSQL files, but export and imported the data -  and created mysql user again. <br />
<br />
Furthermore I can se I have misplaced the question - it should have been in EasyPHP 5.3.2i instead - how can I move the question?]]></description>
            <dc:creator>weimbos</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 20 Jul 2010 19:25:10 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147113/_subject_#msg-147113</guid>
            <title>Re: upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147113/_subject_#msg-147113</link>
            <description><![CDATA[ You can't replace MySQL files, it's better to export all databases with phpMyAdmin, and import into new install (don't export mysql database, but yours yes).<br />
<br />
Also, you will create your mysql users again ;)]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 20 Jul 2010 17:37:19 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/147112/147112/_subject_#msg-147112</guid>
            <title>upgrade fra EasyPHP 1.8 to 5.3.2i cannot connect to MYSQL</title>
            <link>http://www.easyphp.org/forums/15/147112/147112/_subject_#msg-147112</link>
            <description><![CDATA[ Earlier I have been running on a EasyPHP 1.8. Now I have installed EasyPHP 5.3.2i in another folder. Then I have created at database and restore the data from EasyPHP 1.8. I am using the exact programs, but got an error, Warning: mysql_connect() [function.mysql-connect]: [2002] Et forbindelsesforsøg mislykkedes, fordi den, der tilsluttede, i (trying to connect via tcp://localhost:3306) in ....<br />
<br />
I have look in both FAQ and this forum, and tried a lot to get it to work, but I still get the error. Most of the aswers says change localhost to 127.0.0.1, mI still get the error. i am running windows Vista and explorer 8. Still when I start EasyPHP 1.8 it works ok.<br />
<br />
Please help.<br />
<br />
Regards Birte]]></description>
            <dc:creator>weimbos</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 20 Jul 2010 16:04:44 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147041/_subject_#msg-147041</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/147041/_subject_#msg-147041</link>
            <description><![CDATA[ How do I make apache start]]></description>
            <dc:creator>Kimberley</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Mon, 28 Jun 2010 14:31:14 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147039/_subject_#msg-147039</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/147039/_subject_#msg-147039</link>
            <description><![CDATA[ EasyPHP is running as Administrator ?<br />
<br />
Also, did you tried to run servers as Service ?]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Sun, 27 Jun 2010 12:45:14 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147038/_subject_#msg-147038</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/147038/_subject_#msg-147038</link>
            <description><![CDATA[ I'm getting the same message: unexpected end of Apache and it goes to &quot;stopped&quot; with a red light.<br />
<br />
It briefly goes to &quot;Pending&quot; and sometimes there is a green light follow by &quot;unexpected end of Apache&quot; a split second later.<br />
<br />
How do I get Apache to stay connected?]]></description>
            <dc:creator>Peter Brodt</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Sun, 27 Jun 2010 12:02:31 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147023/_subject_#msg-147023</guid>
            <title>Re: Apache: unexpected end of mysql</title>
            <link>http://www.easyphp.org/forums/15/146225/147023/_subject_#msg-147023</link>
            <description><![CDATA[ Please create a new topic, and explain your problem ;)]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Mon, 21 Jun 2010 15:11:32 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/147022/_subject_#msg-147022</guid>
            <title>Re: Apache: unexpected end of mysql</title>
            <link>http://www.easyphp.org/forums/15/146225/147022/_subject_#msg-147022</link>
            <description><![CDATA[ I haven't found my.cnf file still i got the error.]]></description>
            <dc:creator>kabindra</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Mon, 21 Jun 2010 13:05:42 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146937/147020/_subject_#msg-147020</guid>
            <title>Re: can't enter mysql or phpmyadmin</title>
            <link>http://www.easyphp.org/forums/15/146937/147020/_subject_#msg-147020</link>
            <description><![CDATA[ yorosiku]]></description>
            <dc:creator>Yuusuke</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Sun, 20 Jun 2010 18:59:33 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146937/146938/_subject_#msg-146938</guid>
            <title>Re: can't enter mysql or phpmyadmin</title>
            <link>http://www.easyphp.org/forums/15/146937/146938/_subject_#msg-146938</link>
            <description><![CDATA[ Yes it can be the problem, because if you use VirtualHosts, I think it disable any other configuration...<br />
<br />
Can you try without VirtualHosts ? (you can save your conf files before)]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 25 May 2010 08:26:03 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146937/146937/_subject_#msg-146937</guid>
            <title>can't enter mysql or phpmyadmin</title>
            <link>http://www.easyphp.org/forums/15/146937/146937/_subject_#msg-146937</link>
            <description><![CDATA[ Hi, I have EasyPHP6.0 configured with 3 virtualhost, I don't know if this is<br />
the problem, but I am unable to enter to phpmyadmin:<br />
<br />
[<a href="http://127.0.0.1/mysql/"  rel="nofollow">127.0.0.1</a>] (error, not found)<br />
[<a href="http://127.0.0.1/home/mysql/"  rel="nofollow">127.0.0.1</a>] (apache error, it close)<br />
<br />
The second links is from the admin page of easyphp<br />
[<a href="http://127.0.0.1/home/"  rel="nofollow">127.0.0.1</a>]]]></description>
            <dc:creator>Durian</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Tue, 25 May 2010 02:03:07 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146893/146894/_subject_#msg-146894</guid>
            <title>Re: need help getting started</title>
            <link>http://www.easyphp.org/forums/15/146893/146894/_subject_#msg-146894</link>
            <description><![CDATA[ Can you try to run EasyPHP as Administrator, with right click on EasyPHP's Start Menu icon and &quot;run as Administrator&quot; ?]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Mon, 10 May 2010 06:36:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146893/146893/_subject_#msg-146893</guid>
            <title>need help getting started</title>
            <link>http://www.easyphp.org/forums/15/146893/146893/_subject_#msg-146893</link>
            <description><![CDATA[ I just downloaded EasyPHP and am trying to start it for the first time.  MySQL won't start and gives me the error message unexpected end of MySQL.  It seems to be missing an file ending in extension .err.  The log asks me if I want to create it, and opens notepad, but won't let me save a file into the folder required by the path.  Can anyone help me get started.  Thanks]]></description>
            <dc:creator>hersh4188@roadrunner.com</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Sun, 09 May 2010 21:26:29 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/146860/_subject_#msg-146860</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/146860/_subject_#msg-146860</link>
            <description><![CDATA[ tnks end byby]]></description>
            <dc:creator>angelo simonetti</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Sun, 25 Apr 2010 10:42:06 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/146821/_subject_#msg-146821</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/146821/_subject_#msg-146821</link>
            <description><![CDATA[ hi]]></description>
            <dc:creator>waqasahmed</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Sat, 17 Apr 2010 10:32:20 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/146808/_subject_#msg-146808</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/146808/_subject_#msg-146808</link>
            <description><![CDATA[ y..its coming unexpected apache stoped....y i should i do to rectify tat]]></description>
            <dc:creator>swarup</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Wed, 14 Apr 2010 17:45:06 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146447/146799/_subject_#msg-146799</guid>
            <title>Re: .htaccess esayphp 6.0dev</title>
            <link>http://www.easyphp.org/forums/15/146447/146799/_subject_#msg-146799</link>
            <description><![CDATA[ thanksss]]></description>
            <dc:creator>Tanveer Ahmad</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Wed, 14 Apr 2010 07:38:27 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/146798/_subject_#msg-146798</guid>
            <title>Re: Apache: unexpected end of Apache</title>
            <link>http://www.easyphp.org/forums/15/146225/146798/_subject_#msg-146798</link>
            <description><![CDATA[ thanks]]></description>
            <dc:creator>Tanveer Ahmad</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Wed, 14 Apr 2010 07:36:33 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/15/146225/146672/_subject_#msg-146672</guid>
            <title>Re: Apache: unexpected end of mysql</title>
            <link>http://www.easyphp.org/forums/15/146225/146672/_subject_#msg-146672</link>
            <description><![CDATA[ If you have Vista or 7, you must run EasyPHP as Administrator.<br />
<br />
Do you have Vista or 7 ?]]></description>
            <dc:creator>Amour</dc:creator>
            <category>EasyPHP 6.0dev</category>
            <pubDate>Sun, 21 Mar 2010 13:29:17 +0100</pubDate>
        </item>
    </channel>
</rss>

