Does anyone know the root password that is used when Mysql is installed with RFMS? The reason I ask is that my RFMS 3.3 installation hangs on the StartProvModule step. When I check the event log, I see the following error message:
“mysql user table is not updated to new password format; Disabling new password usage until mysql_fix_privilege_tables is run…”after a little bit of Googling, I figured out the command syntax below; but it is asking me for the root password. Any ideas?
C:\> cd "C:\motorola\rfms\mysql"C:\> bin\mysql -u root -p mysqlmysql> SOURCE scripts/mysql_fix_privilege_tables.sql
1 Replies
password:- public Thanks, Rahul