--- libraries/config.default.php 2007-02-28 13:26:55.000000000 +0000 +++ libraries/config.default.php.patched 2007-02-28 13:30:09.000000000 +0000 @@ -61,14 +61,14 @@ $cfg['Servers'][$i]['connect_type'] = ' $cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli') $cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection // (requires PHP >= 4.3.0) -$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings +$cfg['Servers'][$i]['controluser'] = 'pma'; // MySQL control user settings // (this user must have read-only -$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user" +$cfg['Servers'][$i]['controlpass'] = '@pmapass@'; // access to the "mysql/user" // and "mysql/db" tables). // The controluser is also // used for all relational // features (pmadb) -$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP, signon or cookie) +$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (valid choices: config, http, HTTP, signon or cookie) $cfg['Servers'][$i]['user'] = 'root'; // MySQL user $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed // with 'config' auth_type) @@ -82,32 +82,32 @@ $cfg['Servers'][$i]['only_db'] = ' $cfg['Servers'][$i]['hide_db'] = ''; // Database name to be hidden from listings $cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname -$cfg['Servers'][$i]['pmadb'] = ''; // Database used for Relation, Bookmark and PDF Features +$cfg['Servers'][$i]['pmadb'] = 'pmadb'; // Database used for Relation, Bookmark and PDF Features // (see scripts/create_tables.sql) // - leave blank for no support // DEFAULT: 'phpmyadmin' -$cfg['Servers'][$i]['bookmarktable'] = ''; // Bookmark table +$cfg['Servers'][$i]['bookmarktable'] = 'PMA_bookmark'; // Bookmark table // - leave blank for no bookmark support // DEFAULT: 'pma_bookmark' -$cfg['Servers'][$i]['relation'] = ''; // table to describe the relation between links (see doc) +$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'] = ''; // table to describe the display fields +$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'] = ''; // table to describe the tables position for the PDF schema +$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'] = ''; // table to describe pages of relationpdf +$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'] = ''; // table to store column information +$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'] = ''; // table to store SQL history +$cfg['Servers'][$i]['history'] = 'PMA_history'; // table to store SQL history // - leave blank for no SQL query history // DEFAULT: 'pma_history' -$cfg['Servers'][$i]['designer_coords'] = ''; // table to store the coordinates for Designer +$cfg['Servers'][$i]['designer_coords'] = 'PMA_designer_coords'; // table to store the coordinates for Designer // - leave blank for no Designer feature // DEFAULT: 'pma_designer_coords' $cfg['Servers'][$i]['verbose_check'] = TRUE; // set to FALSE if you know that your pma_* tables