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
fix: copy mysqlsh lib/mysqlsh/ directory (not just .so files)
mysqlsh expects lib/mysqlsh/ to exist as a subdirectory — it checks
for this at startup and aborts with "lib folder not found, shell
installation likely invalid" if missing.
Previously we copied individual .so files flat into lib/ which
didn't create the required lib/mysqlsh/ structure.
0 commit comments