Changes between Version 69 and Version 70 of howto/MAMP


Ignore:
Timestamp:
Sep 1, 2014, 3:37:24 PM (10 years ago)
Author:
murrayeisenberg@…
Comment:

"Optional pmadb" section: Changed single to double underscores in "pma_xxx" entries in code for editing config.inc.php, to be consistent with tables that create_tables.sql actually creates, and as shown in config.sample.inc.php.

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v69 v70  
    513513/* Advanced phpMyAdmin features */
    514514$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
    515 $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
    516 $cfg['Servers'][$i]['relation'] = 'pma_relation';
    517 $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
    518 $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
    519 $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
    520 $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
    521 $cfg['Servers'][$i]['history'] = 'pma_history';
    522 $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
     515$cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
     516$cfg['Servers'][$i]['relation'] = 'pma__relation';
     517$cfg['Servers'][$i]['table_info'] = 'pma__table_info';
     518$cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
     519$cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
     520$cfg['Servers'][$i]['column_info'] = 'pma__column_info';
     521$cfg['Servers'][$i]['history'] = 'pma__history';
     522$cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
    523523}}}
    524524