mysql – mbind:与sequ​​el pro连接时不允许操作

我在Docker容器中运行MySQL 8.0以进行本地开发. Web容器可以很好地连接到mysql.当试图从Sequel Pro访问我的数据库时,容器给我一个错误,

db_1 | mbind:不允许操作

应该注意的是,连接MySQL Workbench不会导致容器抛出该错误,但它也没有完全连接.它确实显示数据库和表,但无法查询表.我在下面列出了Sequel Pro的错误.

NSInvalidArgumentException

-[_NSInlineData isEqualToString:]: unrecognized selector sent to instance 0x608000039740

(
    0   CoreFoundation                      0x00007fff3cae52fb         __exceptionPreprocess + 171
    1   libobjc.A.dylib                     0x00007fff63452c76     objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff3cb7dda4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
    3   CoreFoundation                      0x00007fff3ca5b670 ___forwarding___ + 1456
    4   CoreFoundation                      0x00007fff3ca5b038 _CF_forwarding_prep_0 + 120
    5   Sequel Pro                          0x000000010002fce3 -[SPDatabaseDocument setDatabases:] + 783
    6   Sequel Pro                          0x000000010002f2a9 -[SPDatabaseDocument setConnection:] + 610
    7   Foundation                          0x00007fff3eb56985 __NSThreadPerformPerform + 334
    8   CoreFoundation                      0x00007fff3ca7d821 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    9   CoreFoundation                      0x00007fff3cb374cc __CFRunLoopDoSource0 + 108
    10  CoreFoundation                      0x00007fff3ca602c0 __CFRunLoopDoSources0 + 208
    11  CoreFoundation                      0x00007fff3ca5f73d __CFRunLoopRun + 1293
    12  CoreFoundation                      0x00007fff3ca5efa3 CFRunLoopRunSpecific + 483
    13  HIToolbox                           0x00007fff3bd7e866 RunCurrentEventLoopInMode + 286
    14  HIToolbox                           0x00007fff3bd7e5d6 ReceiveNextEventCommon + 613
    15  HIToolbox                           0x00007fff3bd7e354 _BlockUntilNextEventMatchingListInModeWithFilter + 64
    16  AppKit                              0x00007fff3a07ba23 _DPSNextEvent + 2085
    17  AppKit                              0x00007fff3a810e6c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
    18  AppKit                              0x00007fff3a070831 -[NSApplication run] + 764
    19  AppKit                              0x00007fff3a03f9d2 NSApplicationMain + 804
    20  Sequel Pro                          0x0000000100002454 start + 52

)

最佳答案
我也从mysql8社区docker容器中得到了这个错误.但是它从来没有阻止我做任何事情,所以我怀疑问题出在其他地方.

相关文章

文章浏览阅读8.8k次,点赞2次,收藏7次。本文介绍Docker Com...
文章浏览阅读1.5w次,点赞7次,收藏76次。原网提供的教程需要...
文章浏览阅读940次,点赞20次,收藏20次。通过 docker run 命...
文章浏览阅读1k次,点赞20次,收藏20次。Podman 是一个开源的...
文章浏览阅读2.1k次。请注意,这些命令需要在 Docker 主机上...
文章浏览阅读1.1k次,点赞37次,收藏40次。nacos搭建集群连接...