- 20 April 2006
- 22.682
- 1.316
Ich weiß nimmer, wo ich suchen soll, es geht einfach nicht 
Meine config.inc.php hat die Optionen
entsprechend gesetzt. Außerdem habe ich das Script ./scripts/create_tables_mysql_4_1_2+.sql entsprechend ausgeführt.
Bookmarks, die Feld-Kommentare und die Beziehungen (von der Tabellenstruktur "Beziehungsübersicht") funktionieren.
Allerdings habe ich weder PDF-Features, noch den Designer
Aus dem Manual werde ich auch nicht wirklich schlau und mein phpMyAdmin spuckt mir auch keine Fehlermeldung aus.
Meine Version: v2.10.0.2

Meine config.inc.php hat die Optionen
Code:
[FONT=Courier New]/**
* Disable the default warning that is displayed on the DB Details Structure page if
* any of the required Tables for the relationfeatures could not be found
*/
$cfg['PmaNoRelation_DisableWarning'] = FALSE;[/FONT][FONT=Courier New]
$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'[/FONT]
Bookmarks, die Feld-Kommentare und die Beziehungen (von der Tabellenstruktur "Beziehungsübersicht") funktionieren.
Allerdings habe ich weder PDF-Features, noch den Designer

Aus dem Manual werde ich auch nicht wirklich schlau und mein phpMyAdmin spuckt mir auch keine Fehlermeldung aus.
Meine Version: v2.10.0.2