190 likes | 323 Views
MySQL. 建立資料庫. 資料庫切換. 資料庫權限管理. 登入 MySQL 權限管理. MySQL DBMS. 登入 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
E N D
建立資料庫 資料庫切換 資料庫權限管理 登入MySQL權限管理
登入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
登入MySQL權限管理-修改資料庫 • 權限
登入MySQL權限管理-修改資料庫 • 編輯
登入MySQL權限管理-修改資料庫 • 更改密碼
必須設定 $cfg['PmaAbsoluteUri'] 在設定檔內! • 修改phpmyadmin中的config.inc.php檔 • $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';
資料表結構 建立資料表
輸入執行SQL指令 匯入SQL指令