Results 1 to 5 of 5

Thread: How can I get the phpMyAdmin designer tab?

  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2005
    Posts
    621

    Default How can I get the phpMyAdmin designer tab?

    How can I get the phpMyAdmin designer tab?

  2. #2
    Member
    Join Date
    Sep 2005
    Posts
    38

    Default

    I'm aware of the age of this topic but I also would like a clear answer towards how enabling the phpmyadmin extended features in a cpanel enviroment.

  3. #3
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    10,054
    cPanel/WHM Access Level

    Root Administrator

    Lightbulb

    You might like to read the Documentation to find out more about those features.
    phpMyAdmin 3.4.0-dev - Documentation

    If you take a peek at this file:
    /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php you'll see many options remarked out under this section:
    /* User for advanced features */

  4. #4
    sid
    sid is offline
    Registered User
    Join Date
    Jul 2002
    Posts
    1

    Default

    i have the same question as maever. how do i get the "Advanced phpMyAdmin features" working in a cPanel environment? i do have the config modified, looking like this:

    Code:
    /* Advanced phpMyAdmin features */ //enabled 2010-01-10
     $cfg['Servers'][$i]['pmadb'] = 'useract_pma';
     $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
     $cfg['Servers'][$i]['relation'] = 'pma_relation';
     $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
     $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
     $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
     $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
     $cfg['Servers'][$i]['history'] = 'pma_history';
     $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
    in the account "useract" i created the db "useract_pma" and imported the "create table" statements from the scripts/create_tables.sql script.

    ideally, all accounts on the server should have the advanced phpmyadmin features enabled now, but there is no change in the interface.

    environment:
    - cPanel Pro 1.0 (RC1)
    - MySQL 5.0.85-community
    - phpMyAdmin 2.11.9.5

    thanks.

  5. #5
    Registered User
    Join Date
    Nov 2007
    Posts
    1

    Default

    I would also like to know this.

    I have made the user & set permissions, imported the extra tables
    And removed the // from the config lines,

    There is no change in phpmyadmin.

Similar Threads

  1. No Cron Tab
    By zook123 in forum New User Questions
    Replies: 1
    Last Post: 01-08-2011, 09:39 AM
  2. phpMyAdmin missing Privileges tab
    By carock in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 05-12-2010, 01:08 PM
  3. Skin designer
    By discountdomains in forum Themes and Branding
    Replies: 0
    Last Post: 02-25-2005, 05:33 AM
  4. Cron Tab
    By brentp in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 03-11-2004, 05:33 AM