摘要:
匿名登入Oracle sqlplus "/ as sysdba" 注:如cmd执行错误,请进入SQL Plus目录中执行。 激活scott用户 Alter user scott account unlock; 修改scott密码 alter user 用户名 identified by 密码; 测试 阅读全文
摘要:
生成公钥 $ ssh-keygen -t rsa -C "youremail@qq.com" Generating public/private rsa key pair. Enter file in which to save the key (/c/Users/HUI/.ssh/id_rsa): 阅读全文