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.