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