too much of just in one sentence

This commit is contained in:
Michal Čihař
2005-11-02 21:14:03 +00:00
parent 7a3fef0e39
commit ab1c21b964

View File

@@ -446,10 +446,10 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
<tt>$cfg['Servers'][$i]['host']</tt> contains the hostname of the first
server, the second <tt>$cfg['Servers'][$i]['host']</tt> the hostname of
the second server, etc.
In <tt>config.default.php</tt>, there is just one section for server
definition, however you can put as many as you need in <tt>config.inc.php</tt>,
just copy that block or needed parts (you don't have to define all settings, just
those you need to change).
In <tt>config.default.php</tt>, there is only one section for server
definition, however you can put as many as you need in
<tt>config.inc.php</tt>, copy that block or needed parts (you don't
have to define all settings, just those you need to change).
<br /><br />
</dd>