Logging in to the log file using a command will display the password #20288
Replies: 11 comments
-
Hello @ws333666, You can add the following option in the
Please let me know if your issue is solved. |
Beta Was this translation helpful? Give feedback.
-
ok,I modified the dbeaver.ini file, the log file does not record the password, but it still shows in the installation information. |
Beta Was this translation helpful? Give feedback.
-
*** 日期:2023年6月12日星期一 中国标准时间 上午11:13:28 *** 平台详细信息: *** 系统属性: |
Beta Was this translation helpful? Give feedback.
-
Installation information can assist us to locate the problem a user might have. I don't see any issues with that. |
Beta Was this translation helpful? Give feedback.
-
ok,After opening DBeaver, what are the function interfaces for creating a database connection? I didn’t find it. I want to open DBeaver first and use a script to connect to the database, so that the plaintext password will not be displayed.Also, thank you for your answer, sorry for your trouble |
Beta Was this translation helpful? Give feedback.
-
Please see the wiki: https://github.com/dbeaver/dbeaver/wiki/Create-Connection Let me know if it helps. |
Beta Was this translation helpful? Give feedback.
-
I want to connect through code, I want to know if there is a function interface to create a database connection, just create a database connection instead of opening the database first and then connecting |
Beta Was this translation helpful? Give feedback.
-
I'm a bit confused. Are you talking about creating a new database connection through the command line interface or programmatically in Java? In the first case, this can be achieved using the |
Beta Was this translation helpful? Give feedback.
-
Java or C, I want to know the function interface to create a database connection |
Beta Was this translation helpful? Give feedback.
-
Using If you only have questions about development, I'll convert this issue into a discussion. |
Beta Was this translation helpful? Give feedback.
-
Description
eclipse.buildId=unknown
java.version=17.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN
Framework arguments: -con driver=mysql|name=test-1.1|host=xxx|port=3306|user=xxx|password=xxx|connect=true
Command-line arguments: -os win32 -ws win32 -arch x86_64 -data C:\DBeaver -con driver=mysql|name=xxx|host=xxx|port=3306|user=xxx|password=xxx|connect=true
!ENTRY org.eclipse.ui 2 2 2023-05-19 09:42:39.404
!MESSAGE Invalid preference category path: org.eclipse.debug.ui.ConsolePreferencePage (bundle: org.eclipse.ui.console, page: org.eclipse.ui.internal.console.ansi.preferences.AnsiConsolePreferencePage)
DBeaver Version
DBeaver Community 23.0.4
Operating System
windows server 2019
Database and driver
Mysql8:Driver for MySQL 8 and later
Steps to reproduce
1、Connect to the database using the command
2、open log file
You can see the plaintext password
or
1、Connect to the database using the command
2、open help
3、open Installation Information
4、open configuration
You can see the plaintext password
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions