From db47efaa476e388bf67142564e0e6b690085fd2f Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Fri, 26 Jun 2020 14:16:14 -0500 Subject: [PATCH] doc: Install ibmdb2i plugin Without installing the plugin first you will get `Unknown storage engine 'ibmdb2i'` error during create table statement. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c81f357..e6b0fc3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ MariaDB [(none)]> CREATE USER 'ranger'@'localhost' IDENTIFIED BY 'ranger'; MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'ranger'@'localhost'; MariaDB [(none)]> FLUSH PRIVILEGES; MariaDB [(none)]> select host, user, password from mysql.user; +MariaDB [(none)]> install plugin ibmdb2i soname "ha_ibmdb2i.so"; ``` test