Skip to content

Commit 10e7a2f

Browse files
abmusseThePrez
authored andcommitted
doc: Install ibmdb2i plugin
Without installing the plugin first you will get `Unknown storage engine 'ibmdb2i'` error during create table statement.
1 parent 4f6a2a4 commit 10e7a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ MariaDB [(none)]> CREATE USER 'ranger'@'localhost' IDENTIFIED BY 'ranger';
2121
MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'ranger'@'localhost';
2222
MariaDB [(none)]> FLUSH PRIVILEGES;
2323
MariaDB [(none)]> select host, user, password from mysql.user;
24+
MariaDB [(none)]> install plugin ibmdb2i soname "ha_ibmdb2i.so";
2425
```
2526

2627
test

0 commit comments

Comments
 (0)