The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Lost dbadmin management console password
Lost dbadmin management console password in development. I can log into my database using admintools but have forgotten the management console password. It seems it was different from the database password. Any ideas on how to reset the management console dbadmin password?
0
Comments
sudo /etc/init.d/vertica_consoled stop;
rm –rf /opt/vconsole/mcdb
/etc/init.d/vertica_consoled start
Note : It will bring you back to the initial state when you first launched MC.