Download presentation
Presentation is loading. Please wait.
1
MySQL
2
資料庫切換 建立資料庫 資料庫權限管理 登入MySQL權限管理
3
MySQL DBMS
4
登入MySQL權限管理-修改config.inc.php 修改phpmyadmin中的config.inc.php檔
$cfg[‘Servers’][$i][‘auth_type’] = ‘登入模式'; // Authentication method (config, http or cookie based)? $cfg[‘Servers’][$i][‘user’] = ‘帳號'; // MySQL user $cfg[‘Servers’][$i][‘password’] = ‘密碼'; // MySQL password (only needed
5
登入MySQL權限管理-修改資料庫 權限
6
登入MySQL權限管理-修改資料庫 編輯
7
登入MySQL權限管理-修改資料庫 更改密碼
8
錯誤提示訊息已經消失
9
必須設定 $cfg['PmaAbsoluteUri'] 在設定檔內!
修改phpmyadmin中的config.inc.php檔 $cfg['PmaAbsoluteUri'] = '
10
資料庫層
11
資料表結構 建立資料表
12
輸入執行SQL指令 匯入SQL指令
14
資料表層
16
資料內容
17
新增資料內容
18
管理資料表
Similar presentations