【教學】^_^phpmyadmin 出現關聯資料表的附加功能未能啟動解決方法

顯示結果從第 1 筆 到 3 筆,共計 3 筆
  1. #1
    會員
    註冊日期
    2003-08-02
    討論區文章
    81

    【教學】^_^phpmyadmin 出現關聯資料表的附加功能未能啟動解決方法

    我是用mysql寫入的因為我菜 這個方法也可以 我不會用phpmyadmin寫入 好吧 請看方式吧

    1.建立一個資料庫
    名稱hpmyadin
    說明:先到phpmyadin,看到建立新資料庫,空白框鍵入phpmyadin

    2.找到create_tables.sql
    說明:檔案位址在phpmyadin目錄中的scripts文件夾,就看到
    create_tables.sql檔案了

    3.create_tables.sql檔copy到mysql目錄中的bin文件夾

    4.用cmd模式進入bin目錄中
    說明:C:\Documents and Settings\Administrator>cd\
    C:\cd mysql\bin
    C:\mysql\bin>

    5.匯入create_tables.sql檔到phpmyadin資料庫中
    說明:上面第四步驟,鍵入
    C:\mysql\bin>mysql -uroot -p資料庫密碼 phpmyadin
    <create_tables.sql
    6.更改config.inc.php
    說明:檔案在phpmyadin目錄下,以下為更改數據

    $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; // Database used for Relation, Bookmark and PDF Features
    // (see scripts/create_tables.sql)
    // - leave blank for no support
    // DEFAULT: 'phpmyadmin'
    $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark'; // Bookmark table
    // - leave blank for no bookmark support
    // DEFAULT: 'pma_bookmark'
    $cfg['Servers'][$i]['relation'] = 'pma_relation'; // table to describe the relation between links (see doc)
    // - leave blank for no relation-links support
    // DEFAULT: 'pma_relation'
    $cfg['Servers'][$i]['table_info'] = 'pma_table_info'; // table to describe the display fields
    // - leave blank for no display fields support
    // DEFAULT: 'pma_table_info'
    $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords'; // table to describe the tables position for the PDF schema
    // - leave blank for no PDF schema support
    // DEFAULT: 'pma_table_coords'
    $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages'; // table to describe pages of relationpdf
    // - leave blank if you don't want to use this
    // DEFAULT: 'pma_pdf_pages'
    $cfg['Servers'][$i]['column_info'] = 'pma_column_info'; // table to store column information
    // - leave blank for no column comments/mime types
    // DEFAULT: 'pma_column_info'
    $cfg['Servers'][$i]['history'] = 'pma_history'; // table to store SQL history
    // - leave blank for no SQL query history
    // DEFAULT: 'pma_history'



    更改完成,回去看看吧,應該沒問題了



  2. #2
    會員 hyc1976 的大頭照
    註冊日期
    2001-02-27
    所在地區
    ADSL 12M/1M
    討論區文章
    69
    這是要幹嘛的?有什麼差嗎?

  3. #3
    會員
    註冊日期
    2002-06-20
    討論區文章
    70
    那是加上一些額外的功能, 像bookmark等等
    如果你到phpmyadmin的範例網站你會看到他有很多額外的功能

類似的主題

  1. 【求助】phpMyAdmin 關聯資料表的附加功能未能啟動
    作者:wpeter 所在討論版:-- HELP ME 電 腦 軟 硬 體 急 救 版
    回覆: 1
    最後發表: 2005-11-18, 08:45 AM
  2. 【教學】圖片出現 Red X 下載不完全的一些解決方法
    作者:lamina 所在討論版:-- 網 路 軟 體 討 論 一 版 (Browser,Email
    回覆: 0
    最後發表: 2003-08-03, 08:03 AM
  3. 【求助】XP 啟動 3 次 變 30 次 解決方法 ???
    作者:conan 所在討論版:-- Windows 討 論 版
    回覆: 5
    最後發表: 2002-10-01, 12:50 AM
  4. 【求助】有關windows的附加功能疑問
    作者:BRAIN 所在討論版:-- Windows 討 論 版
    回覆: 8
    最後發表: 2002-08-21, 11:32 PM
  5. 如何將鍵盤上的附加功能鍵鎖住或開啟!?
    作者:arlona 所在討論版:-- 電 腦 硬 體 討 論 版
    回覆: 3
    最後發表: 2002-02-16, 09:31 AM

 

phpmyadmin 書籤功能

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •