[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_5-6115-g57f51bf

Marc Delisle lem9 at users.sourceforge.net
Sat Jul 31 20:22:52 CEST 2010


The branch, master has been updated
       via  57f51bfda5205d2cd0813216634930863f4ac63d (commit)
      from  00b600a642436a6edbd03cb262620d53e901610e (commit)


- Log -----------------------------------------------------------------
commit 57f51bfda5205d2cd0813216634930863f4ac63d
Author: Marc Delisle <marc at infomarc.info>
Date:   Sat Jul 31 14:22:45 2010 -0400

    clarify the doc

-----------------------------------------------------------------------

Summary of changes:
 Documentation.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation.html b/Documentation.html
index bf9a05a..62dd51f 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4319,8 +4319,8 @@ chmod o+rwx tmp
 
 <ol>
 	<li>In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully qualified domain name) instead of "localhost".</li>
-	<li>Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column and a primary key.</li>
-	<li>When you insert or update a row in this table, put a checkmark on the "Upload to BLOB repository" optional choice; otherwise, the upload will be done directly in your column instead of the repository.</li>
+	<li>Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column.</li>
+	<li>When you insert or update a row in this table, put a checkmark on the "Upload to BLOB repository" optional choice; otherwise, the upload will be done directly in your LONGBLOB column instead of the repository.</li>
 	<li>Finally when you browse your table, you'll see in your column a link to stream your data, for example "View image". A header containing the correct MIME-type will be sent to your browser; this MIME-type was stored at upload time but in case it's incorrect, it's possible to edit it by clicking on the displayed MIME-type.</li> 
 </ol>	
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list