Because it relies on features specific to the IBM i operating
      system running on IBM Power systems, the
      IBMDB2I storage engine is only available on
      builds of MySQL specifically created for the IBM i operating
      system.
    
      IBM i 5.4 or later is required to run
      IBMDB2I
The engine is built as a dynamic plugin and so must be installed by using the following command:
mysql> INSTALL PLUGIN ibmdb2i SONAME ha_ibmdb2i.so;


User Comments
Add your own comment.