比如jdbc connector MySQL

create table xxx
()
with(
" user name"=" root"
," password"="123456"
)
;
用户密码可以怎么配置,可以不用明文这种方式。

回复