http://jira.hyperic.com/browse/HHQ-4163
Steps to reproduce
Upgrade fails from 4.5.0-EE-46 to 4.5.0-EE-53 using mysql db fails
Actual Results:
An ERROR occurred, the installation cannot continue.
Could not connect to: jdbc:mysql://10.150.29.122:3306/hq45_nb: Access denied for user 'hqadmin'@'vmc-ssrc-rh73.s2qa.com' (using password: YES)
FATAL EXCEPTION at /home/hyperic/HQ/4.5.0-EE-53/hyperic-hqee-installer-4.5.0.BUILD-SNAPSHOT/installer/data/setup.xml:431: : The following error occurred while executing this line:
/home/hyperic/HQ/4.5.0-EE-53/hyperic-hqee-installer-4.5.0.BUILD-SNAPSHOT/installer/data/setup.xml:380: The following error occurred while executing this line:
/home/hyperic/HQ/4.5.0-EE-53/hyperic-hqee-installer-4.5.0.BUILD-SNAPSHOT/installer/data/setup.xml:483: ^^^ERROR:\
Could not connect to: jdbc:mysql://10.150.29.122:3306/hq45_nb: Access denied for user 'hqadmin'@'vmc-ssrc-rh73.s2qa.com' (using password: YES)
Note:hqadmin user has permission because 46 server was running with hqadmin
mysql> grant all on hq45_nb.* to 'hqadmin'@'%' identified by 'hqadmin';
Query OK, 0 rows affected (0.00 sec)
Anonymous