~pbms-core/pbms/5.11-beta

« back to all changes in this revision

Viewing changes to mybs/INSTALL

  • Committer: barry_leslie
  • Date: 2008-09-12 14:22:01 UTC
  • Revision ID: barry_leslie-71db134102f081d5227c64cc38ca9d28e72a6c9f
Internal name changes from MyBS to PBMS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
Now enter the following command:
101
101
 
102
 
mysql> INSTALL PLUGIN MyBS SONAME 'libmybs.so';
 
102
mysql> INSTALL PLUGIN PBMS SONAME 'libpbms.so';
103
103
 
104
104
The server will load and register the the Streaming Engine plug-in in the mysql.plugin table. The plug-in is now available whenever the server is started.
105
105