<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Frederic,</div><div><br></div><div>DB priviledges was my guess too, but the configured dbuser can create tables, see below. No matter what I enter into the authentication form, I don't receive a message about invalid credentials, and the log entry stays the same for invalid credentials.</div><div><br></div><div>from&nbsp;/etc/koha/koha-conf.xml:</div><div><div>&lt;config&gt;</div><div>&nbsp;&lt;db_scheme&gt;mysql&lt;/db_scheme&gt;</div><div>&nbsp;&lt;database&gt;koha&lt;/database&gt;</div><div>&nbsp;&lt;hostname&gt;localhost&lt;/hostname&gt;</div><div>&nbsp;&lt;port&gt;3306&lt;/port&gt;</div><div>&nbsp;&lt;user&gt;kohaadmin&lt;/user&gt;</div><div>&nbsp;&lt;pass&gt;****&lt;/pass&gt;</div><div>&nbsp;&nbsp;....</div><div><div>&lt;/config&gt;</div><div><br></div><div><br></div><div>accessing with above credentials and creating a table works fine:</div><div><br></div><div><div>grsa@grsa-koha3:/$ mysql -ukohaadmin -hlocalhost -p**** -Dkoha</div><div>Welcome to the MySQL monitor. &nbsp;Commands end with ; or \g.</div><div>Your MySQL connection id is 170</div><div>Server version: 5.1.41-3ubuntu12.3 (Ubuntu)</div><div><br></div><div>Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.</div><div><br></div><div>mysql&gt; create table test (name char(50));</div><div>Query OK, 0 rows affected (0.00 sec)</div><div><br></div><div>mysql&gt; select * from test;</div><div>Empty set (0.00 sec)</div><div><br></div><div>mysql&gt; drop table test;</div><div>Query OK, 0 rows affected (0.00 sec)</div><div><br></div><div>mysql&gt;&nbsp;</div><div><br></div></div></div></div><div>Thanks,</div><div><br></div><div>Sabine</div><div><br></div><br><div><div>On 27.07.2010, at 10:07, Frederic Demians wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br><blockquote type="cite">[Tue Jul 27 00:36:04 2010] mainpage.pl: DBD::mysql::st execute failed: <br></blockquote><blockquote type="cite">Table 'koha.auth_types' doesn't exist at <br></blockquote><blockquote type="cite">/usr/share/koha/lib/C4/Koha.pm line 344.<br></blockquote><br>It means that the web installer can't find tables in your Koha DB. The <br>first step of the web installer is supposed to build de DB structure: ie <br>create all tables. If it can't it implies that the web installer hasn't <br>permissions to access your defined Koha DB. Take a look at your <br>koha-conf.xml. Try to access you MySQL DB with user/password defined in <br>koha-conf.xml. Re-read carefully INSTALL.ubuntu section related to MySQL.<br><br>--<br>Frédéric<br><br></div></blockquote></div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-family: Arial; "><div style="font-family: Helvetica; ">----------------------------------------<br>Sabine Grabner<br></div><div style="font-family: Helvetica; "><br></div><div style="font-family: Helvetica; ">Software Developer<br>Information Services</div><div style="font-family: Helvetica; "><br>University of Applied Sciences<br>Hochschulstr. 1</div><div style="font-family: Helvetica; ">6850 Dornbirn, Austria<br><br>voice +43 (0) 5572 792 2212<br>AIM sabine.grabner at gmail.com<br>skype sabsigoessb</div><div style="font-family: Helvetica; "><br></div><div style="font-family: Helvetica; "><a href="http://www.fhv.at/">www.fhv.at</a></div><div style="font-family: Helvetica; "><br>GmbH, FN 1654154, LG Feldkirch</div></span></div></div> </div><br></body></html>