Database Reference
In-Depth Information
Exporting
It is possible to generate event-related statements at the end of an SQL database
export by putting a check mark next to the Add CREATE PROCEDURE /
FUNCTION / EVENT option. Please remember that some events may have an
ending moment; Hence, they may have vanished between the time you create them
and the time you attempt an export!
BLOB streaming
Starting with version 3.1.0, phpMyAdmin supports the Scalable BLOB streaming
infrastructure for MySQL. The http://blobstreaming.org website explains
the goals of this project. Please note that some of its documentation relates to
command-line utilities which have few or no use in the context of a web interface
such as phpMyAdmin. You should be familiar with BLOB streaming terms, such
as repository and field references, before reading further.
In this section, we will use this technology to upload a movie and watch it after
streaming from within phpMyAdmin.
System requirements
The chosen method of implementation in phpMyAdmin relies on all of these
components:
MyS
QL 5.1
PBX
T (PrimeBase XT storage engine)
PBM
S (PrimeBase Media Streaming)
PBXT is a streaming enabled storage engine. Although other non-streaming enabled
storage engines are supported via PBMS UDFs, this mechanism is not implemented
in phpMyAdmin.
The presence of the required components can be verified from the phpMyAdmin's
homepage, by clicking the Engines link and looking for these lines:
PBXT / High performance, multi-versioning transactional engine
PBMS / The Media Stream engine for MySQL
In case these lines are not present, please follow the instructions on http://www.
primebase.org to install PBXT, or on the BLOB Streaming website to install PBMS.
 
Search WWH ::




Custom Search