Check the database password in Navicat

How to check the password in navicat database

我们在创建完数据库连接信息之后 往往会忽略密码的存在 久而久之 当我们需要密码的时候 
可能就会想不起来密码是什么 打开navicat编辑连接信息的时候 密码那一行也只能看见一行
加密后的隐藏符

Insert image description here

By exporting connection information

Click on the upper left corner of navicat to export connection information and then select the database information you want to view the password. Check Export Password.
Insert image description here
A .ncx file will be exported. Open it with Notepad and find the PassWord encrypted password.
Insert image description here

Copy the encryption key 7E61A6223B985D31FCC549579B536956 after the quotation marks in Password.
Then enter the tool address
and tool usage address
below . Then set the version according to your own navicat tool version. Here is navicat16. I set 12.
Finally, paste the key into the code and execute the password. Just came out
Insert image description here

Guess you like

Origin blog.csdn.net/icemeco/article/details/131108238