Skip to the content
  • 網站開發
    • [目錄]-前端開發系列
  • 網站架設
    • wordpress
    • synology
  • 系統主機
    • Mac
    • ios
  • 關於原
原意筆記本
  • 網站開發
    • [目錄]-前端開發系列
  • 網站架設
    • wordpress
    • synology
  • 系統主機
    • Mac
    • ios
  • 關於原

標籤雲

標籤雲列表頁

© 2025 原意筆記本.

本機mysel設定root密碼後無法登入phpMyAdmin解決方式

1
2
3
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '密碼';

  • 2016/05/16
  • In 網站架設
  • MySQL PHP

← Previous post

Next post →