From efcdf8efdcfe364107a63e81d5485066e2bd1ee6 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Sun, 12 May 2013 17:18:35 -0400 Subject: [PATCH] Documentation - fix URL with line break issue --- doc/faq.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index 17e44b167e..e4685a596c 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -423,8 +423,9 @@ Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in 1.34 Can I access directly to database or table pages? ------------------------------------------------------ -Yes. Out of the box, you can use :term:`URL` like http://server/phpMyAdmin/index.php?server=X&db=databas -e&table=table&target=script. For ``server`` you use the server number +Yes. Out of the box, you can use :term:`URL` like +http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script. +For ``server`` you use the server number which refers to the order of the server paragraph in :file:`config.inc.php`. Table and script parts are optional. If you want http://server/phpMyAdmin/database[/table][/script] :term:`URL`, you need to do some configuration. Following