<!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">
Also, make sure the database exists.<br>
<br>
Eric<br>
<br>
MJ Ray wrote:
<blockquote cite="mid:49e5a09d.Mqg7+pLU21F60yV3%25mjr@phonecoop.coop"
 type="cite">
  <pre wrap="">MATALDA CHARLES <a class="moz-txt-link-rfc2396E" href="mailto:matalda_charles@hotmail.com">&lt;matalda_charles@hotmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> I have a problem when i opening 127.0.0.1

Koha Error:

Access denied for user " Kohaadmin @ localhost using password : yes at usr/share/koha/lic/c4
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Check that you can login to mysql as Kohaadmin - you can do this with
the command-line:
  mysql -u Kohaadmin -p
but your system may have more user-friendly ways to do it too.  Note
that mysql usernames and passwords are case-sensitive.  If that works,
it's probably some database setting in koha-conf.xml isn't quite right.

In general, this looks like a MySQL configuration problem, more than
a Koha problem, so asking in MySQL forums may help.

Hope that helps,
  </pre>
</blockquote>
</body>
</html>