I am tring to change the mysql password on an new vTiger install.
I had the same exact problem on a Joomla install but found out that I was not putting in the full command incorrectly. I cant believe I am making the same mistake twice.
Wiki install instructions: http://pve.proxmox.com/wiki/VTigerCRM
Code:
vTigerCRM:~# mysqladmin -u root -p password [I]mynewpassword[/I]
Enter password:[I]admin[/I]
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user [EMAIL="'root'@'localhost'"]'root'@'localhost'[/EMAIL] (using password: YES)'
vTigerCRM:~#
I had the same exact problem on a Joomla install but found out that I was not putting in the full command incorrectly. I cant believe I am making the same mistake twice.
Wiki install instructions: http://pve.proxmox.com/wiki/VTigerCRM