d:/oracle/ora92/bin>sqlplus /nolog
sql*plus: release 9.2.0.1.0 - production on 星期四 8月 16 11:32:22 2007
sql> conn /as sysdba
已連線。
sql> alter user system identified by password;
使用者已更改。
sql> alter user sys identified by password;
使用者已更改。
sql> alter user system identified by manger;
使用者已更改。
sql> exit
從oracle9i enterprise edition release 9.2.0.1.0 - production
with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production中斷開
d:/oracle/ora92/bin>sqlplus
sql*plus: release 9.2.0.1.0 - production on 星期四 8月 16 11:40:37 2007
請輸入使用者名稱: system
請輸入口令:
連線到:
oracle9i enterprise edition release 9.2.0.1.0 - production
with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
sql> select instance_name from v$instance;
instance_name
檢視所有使用者:select username from all_users;
忘記MySQL的root使用者密碼的解決方法
1.停止執行的mysql程序,後配置跳過授權表啟動mysqlservice mysqld stop1.1.先開啟乙個terminal,在 usr local mysql bin 下執行 sudo mysqld safe skip grant tables1.2.或者 在 etc my.cnf檔案的 ...
Mysql忘記root使用者密碼更改密碼方法
停止mysql服務 net stop mysql以跳過許可權方式啟動mysql mysqld nt skip grant tables執行後,游標會一閃一閃卡在那不動。接著重新開個cmd 進入mysql目錄的bin目錄後,輸入lmysql直接登入 然後切到mysql庫 注意分號 use mysql ...
忘記SQL Server的SA使用者密碼解決方法
忘記sql server的sa使用者密碼解決方法 台式電腦和本本分別安裝了ms sql server,方便做測試用 結果時間長了,台式電腦sql server的密碼忘記了 難道 沒有辦法了嗎?no!現在你的企業管理器當然是進不去了,但是我們還有查詢分析器 驗證的時候,選擇按照windows身份驗證,...