You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Additional coment
Manually copying the libexec folder from mysql-shell-8.1.1-linux-glibc2.28-x86-64bit.tar.gz (after unpacking) to ~/opt/mysql/8.1.0/ everything works as expected.
Describe the bug
After installing MySQL Shell and trying to run it an error message is displayed.
To Reproduce
Steps to reproduce the behavior:
1.1
$ dbdeployer unpack mysql-8.1.0-linux-glibc2.17-x86_64-minimal.tar.xz1.2
$ dbdeployer unpack --shell mysql-shell-8.1.1-linux-glibc2.28-x86-64bit.tar.gz --target-server=8.1.01.3
$ dbdeployer deploy single 8.11.4
$ sandboxes/msb_8_1_0/mysqlsh~/opt/mysql/8.1.0/libexec/mysqlsh: libexec folder not found, shell installation likely invalidExpected behavior
Running MySQL Shell.
Environment:
Additional coment
Manually copying the
libexecfolder frommysql-shell-8.1.1-linux-glibc2.28-x86-64bit.tar.gz(after unpacking) to~/opt/mysql/8.1.0/everything works as expected.