<div dir="ltr">The key here is:<br><br>&gt; DBI connect(&#39;Koha:localhost&#39;,&#39;kohaadmin&#39;,...) failed: Access denied for user<br><br>So either the password is incorrect, or more likely, you haven&#39;t granted the proper permissions to &quot;kohaadmin&quot;.&nbsp; Please review those steps in your INSTALL document.&nbsp; <br>
<br>You will be using the mysql command line, which is also a good way to test your mysql username/password, like:<br>&nbsp;&nbsp;&nbsp; mysql -ukohaadmin -pYOUR_PASSWORD Koha<br><br>All these values should be referenced in your KOHA_CONF file.<br>
<br>--joe atzberger<br><br><div class="gmail_quote">On Mon, Sep 22, 2008 at 3:35 PM, Marty <span dir="ltr">&lt;<a href="mailto:ontariowolf64@yahoo.com">ontariowolf64@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<div>So far I have managed to install all files for Koha 3, but even though I seem to be tantalising close, I haven&#39;t gotten farther than the Welcome to Koha screen,and that is quickly replaced by &#39;internal server error&#39; <br>
When I add Listen 80 and Listen 8080 to the koha-httpd.conf file, I progress to a &quot;Failed to connect&quot; screen, and the &quot;(98)Address already in use: make_sock: could not bind to address [::]:80&quot; line is added to the error.log<br>
<br>It is rather unlikely that my password is wrong, but is there somewhere I can test it without goin thru another installation? Running on Debian Etch<br><br>Thanks, Marty<br><br>Apache error log without Listen<br><br>[Mon Sep 22 15:19:52 2008] [notice] Apache/2.2.3 (Debian) configured -- resuming normal operations<br>
[Mon Sep 22 15:21:17 2008] [notice] SIGUSR1 received.&nbsp; Doing graceful
 restart<br>[Mon Sep 22 15:21:17 2008] [notice] Apache/2.2.3 (Debian) configured -- resuming normal operations<br>DBI connect(&#39;Koha:localhost&#39;,&#39;kohaadmin&#39;,...) failed: Access denied for user &#39;kohaadmin&#39;@&#39;localhost&#39; (using password: YES) at /usr/local/koha/intranet/modules/C4/Context.pm line 411<br>
DBI connect(&#39;Koha:localhost&#39;,&#39;kohaadmin&#39;,...) failed: Access denied for user &#39;kohaadmin&#39;@&#39;localhost&#39; (using password: YES) at
 /usr/local/koha/intranet/modules/C4/Context.pm line 411<br>Can&#39;t call method &quot;prepare&quot; on an undefined value at /usr/local/koha/opac/cgi-bin/opac-main.pl line<br><br>Apache error.log output with Listen<br>
<br>(98)Address already in use: make_sock: could not bind to address [::]:80<br>(98)Address already in use: make_sock: could not bind to address <a href="http://0.0.0.0:80" target="_blank">0.0.0.0:80</a><br>no listening sockets available, shutting down<br>
Unable to open logs<br><br></div></td></tr></tbody></table><br>



      <br>_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br></blockquote></div><br></div>