ERROR 1045 (28000) : Installing koha on Ubuntu machine
Hi I am following : http://wiki.koha-community.org/wiki/Koha_on_Ubuntu to install the Koha on ubuntu. On step* 7- Create MySQL Database and grant all privileges to the koha database to the specified user.* Got following error : # mysqladmin -u root -p password create kohadata Error ------------------------------------------------------------------------------------------------------------ mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)' ------------------------------------------------------------------------------------------------------------ I have Reset the password of Mysql as well but still got this error. Also tried via PhpmyAdmin but got following error : ----------------------------------------------------------------------------------------------------------------- An error occurred while installing the database: â â â â ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using â â password: YES) --------------------------------------------------------------------------------------------------------------------------- Need Help. Thanks
# mysqladmin -u root -p password create kohadata
Are you replacing "password" in that statement with the password you entered when you first configured MySQL? -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (2)
-
Khurram -
Owen Leonard