[Koha] Installation problem

Nigel Barker tech at hiroshima-is.ac.jp
Tue Jul 19 21:05:23 NZST 2011


Hi Abdulltef,

On 19 July 2011 17:20, abdulllatef <ibnsaadiah at gmail.com> wrote:
>
>                 # mysqladmin -uroot -ppassword create kohadata
> it stated here:
>
> mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user 'root'@'localhost' (using password: YES)'
>

Do you know the mysql root password?

Try this:
#mysql mysql
You may be asked for a password. It is the root mysql password. If you
can get in, then
$quit;

and retry the failing command, but replace "password" with the
password you just used.

If you were not asked for a password, but went straight to a mysql prompt, then
$quit;

and retry the failing command omitting "-p password"

If you don't know the mysql root password, then I'm afraid I don't
know how to overcome that problem

cheers

nigel


More information about the Koha mailing list