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