From 5890ad763daefee79f392dc01a0c134692b6a62f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 18 Jun 2010 12:46:52 -0400 Subject: [PATCH] specific PBMS version supported --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index caf02b704..e046d566b 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4284,7 +4284,7 @@ chmod o+rwx tmp

6.25 How does BLOB streaming work in phpMyAdmin?

-

First, for general information about BLOB streaming on MySQL, visit blobstreaming.org. We currently support streaming if you are running MySQL 5.1 with the PBXT and PBMS storage engines.

+

First, for general information about BLOB streaming on MySQL, visit blobstreaming.org. We currently support streaming if you are running MySQL 5.1 with the PBXT and PBMS storage engines. Moreover, only PBMS 0.5.04 is supported.

  1. In config.inc.php your host should be defined with a FQDN (fully qualified domain name) instead of something like "localhost".