Authentication to host '10.1.9.70' for user 'archive' using method 'mysql_native_password' failed with message: Access denied for user 'archive'@'%' to database 'nsas' MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host '10.1.9.70' for user 'archive' using method 'mysql_native_password' failed with message: Access denied for user 'archive'@'%' to database 'nsas' ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Access denied for user 'archive'@'%' to database 'nsas' at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
Environment
9.3
Cause
Upgrade lost the user 'archive' permission on 'nsas' database
Resolution
1) logon on Harvester machine
2) Stop all NFA Services
3) Have access to the "nsas" database in MySQL, run the following commands on the harvester Command Prompt: mysql -u root mysql -P3307 grant all on nsas.* to 'archive'@'%'; exit;