After a network connectivity problems with one of the member in a group of 3 MySQL InnoDB Cluster servers, the later member instance went out…
Tag: error
nginx with SELinux and ngx_http_lua_module – PANIC: unprotected error in call to Lua API
The CentOS 8 (CentOS Stream 9, too) might prevent to successfully execute a Lua code in NGINX web server with the modules like ngx_http_lua_module because…
Recover MySQL InnoDB Cluster and Dba.rebootClusterFromCompleteOutage: Argument #2: Invalid options: primary (ArgumentError)
Recent version of MySQL 8 implemented more options to the rebootClusterFromCompleteOutage function! Definitely check the link’s manual above and most of the handy second options…
binutils and the error ld: unrecognized option ‘–no-dynamic-linker’
Yet another bites of an old bintuils installed in the system, which leads to an error and failed a building of glibc this time. The…
how to skip mysqlbinlog reading error – ERROR: Found out of order GTID
When trying to read the MariaDB binlog files, the reading may be interrupted with an error message, and the reading will stop: Some positions are…
Missing the CentOS Stream 9 CRB repository – nothing provides python3-pyxattr needed by
CentOS Stream 9 CRB repository is the name of the repository, which replaces the old CentOS Stream 8 PowerTools repository. The CRB is an official…
yii2 and Bad Request (#400) with Missing required parameters: ID
Using Yii 2 is really easy, but for a newbie sometimes the Gii (i.e. the code generator helper tool) may generate a code, which only…
Gentoo clang-15: error: does not contain a GCC installation
Trying to build a package resulted in a building failure because a Clang could not find GNU GCC installation as the error shows. Executing just…
lxc_attach_run_shell: 1333 Permission denied – failed to exec shell
An annoying error when using the LXC container tools like lxc-attach, which is really simple to fix. This error just reports the bash shell in…
Recover from Unable to fetch live group_replication member data from any server in cluster
After multiple networking connectivity issues between MySQL InnoDB Cluster nodes, the cluster may break and the MySQL Router begins to log the following messages: And…