Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

InfiniDB ERROR 168 (HY000): Cannot execute the statement. DBRM is read only

Tags:

infinidb

I have following version of InfiniDB.

Server version: 5.1.39 MySQL Embedded / Calpont InfiniDB Enterprise 3.2.0-2 GA (Commercial)

I am getting following error when I execute insert/update/delete query.

ERROR 168 (HY000): Cannot execute the statement. DBRM is read only.

I restarted infinidb many times but the same error appears.

please help to resolve this issue.

like image 563
Dhimant Jayswal Avatar asked Nov 20 '25 04:11

Dhimant Jayswal


1 Answers

I recently had the same problem and here are three steps that I did:

  • /usr/local/mariadb/columnstore/bin/dbrmctl status
  • /usr/local/mariadb/columnstore/bin/dbrmctl readwrite
  • /usr/local/mariadb/columnstore/bin/dbrmctl reload
like image 100
Muhammad Abbas Avatar answered Nov 24 '25 23:11

Muhammad Abbas