testsecmec.out
来自「derby database source code.good for you.」· OUT 代码 · 共 11 行
OUT
11 行
Checking security mechanism authentication with DriverManagerT4: jdbc:derby:net://localhost:20000/wombat;create=true:user=neelima;password=lee;securityMechanism=3;T1: jdbc:derby:net://localhost:20000/wombat - EXCEPTION null userid not supportedT2: jdbc:derby:net://localhost:20000/wombat:user=max; - EXCEPTION null password not supportedT3: jdbc:derby:net://localhost:20000/wombat:user=neelima;password=lee;T5: jdbc:derby:net://localhost:20000/wombat:user=neelima;password=lee;securityMechanism=9; - EXCEPTION java.lang.ClassNotFoundException is caught when initializing EncryptionManager 'IBMJCE'T6: jdbc:derby:net://localhost:20000/wombat:user=neelima;securityMechanism=4;T8: jdbc:derby:net://localhost:20000/wombat:user=neelima;password=lee;securityMechanism=4;SECMEC_USRIDPWD: OKCompleted testSecMec
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?