c:\documents and settings\administrator>mysql
welcome to the mysql monitor. commands end
with ; or \g.
your mysql connection id is 4
server version: 5.5.25-log mysql community server (gpl)
rights reserved.
oracle is a registered trademark of oracle corporation and/or
itsaffiliates. other names may be trademarks of their
respective
owners.
type 'help;' or '\h' for help. type '\c' to clear the current
input statement.
可以登陸!!
2、檢視可以使用的資料庫:
mysql> show databases;
| database |
| information_schema |
| test |
2 rows in set (0.00 sec)
3、我們試著使用一些這個test資料庫:
mysql> use test;
database changed
再試著對其操作:
mysql> select * from user;
| name | password |
| admin | 123 |
| admin1 | 123 |
| admin2 | 123 |
| admin3 | 321 |
| wang | 231 |
| 1 |
分享:載入中,請稍候......
登入名: 密碼: 找回密碼 註冊記住登入狀態
暱 稱:
Oracle預設使用者
只看該作者 倒序瀏覽 列印 n平台資訊 請注意此文件適用於所有oracle資料庫。n適用物件 愛數技術人員 客戶 商技術人員。n文件型別 技術文件。oracle 預設使用者 1.sys change on install or internal 系統使用者,資料字典所有者,超級許可權所有者 sysd...
ORACLE 預設使用者
oracle 帳戶有兩種 1.必須的帳戶,如 sys system sysman等 2.儲存各種應用的帳戶 必須記住的帳戶口令有以下三個 1 sys 口令為change on install 2 system 口令為manager 3 dbsnmp 的口令為dbsnmp 使用者 口令 說明 anon...
Oracle預設使用者
在安裝oracle資料庫的時候,oracle將會自動的建立一組使用者,使用這些使用者可以登入和管理資料庫 使用者名稱初始口令 登入身份 說明 syschange on install sysdba或者sysoper 不能以normal身份登入 可以作為預設的系統管理員 system manager ...