Also, make sure that you are putting in your password instead of the word "password."
You can do it like this mysqladmin -uroot -p create the-name-of-your-database and it will prompt you for the password. It will be the password you entered when you went through the password reset procedure. :) Liz Rea [email protected]
On Apr 5, 2012, at 10:40 AM, Bernardo Gonzalez Kriegel wrote: > On Thu, Apr 5, 2012 at 11:28 AM, kkahmad <[email protected]> wrote: > >> i have reset the password by re-installing the 1)mysql-server >> 2)mysql-common >> 3)mysql-client As mentioned in the link provided by you. >> >> But Again i got the same error on exuting #mysqladmin -u root -p password >> command. >> >> > if you reset the password, then be careful not to leave spaces between "-u" > and the user, and "-p" and password, > > mysqladmin -uroot -ppassword create database > > Hope that helps. > -- > Bernardo Gonzalez Kriegel > [email protected] > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

