diagnostic_info.twig 702 B

12345678910111213141516171819
  1. <p>{% trans 'Quick steps to set up advanced features:' %}</p>
  2. <ul>
  3. <li>
  4. {{ 'Create the needed tables with the <code>%screate_tables.sql</code>.'|trans|format(sql_dir|e)|raw }}
  5. {{ show_docu('setup', 'linked-tables') }}
  6. </li>
  7. <li>
  8. {% trans 'Create a pma user and give access to these tables.' %}
  9. {{ show_docu('config', 'cfg_Servers_controluser') }}
  10. </li>
  11. <li>
  12. {% trans 'Enable advanced features in configuration file (<code>config.inc.php</code>), for example by starting from <code>config.sample.inc.php</code>.' %}
  13. {{ show_docu('setup', 'quick-install') }}
  14. </li>
  15. <li>
  16. {% trans 'Re-login to phpMyAdmin to load the updated configuration file.' %}
  17. </li>
  18. </ul>