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
The MySQL Workbench tool fails when trying to connect to Manticore although it works fine with MySQL. In both cases it sends the same requests in the same order. The idea is that we can try to emulate the exact responses sent from MySQL to MySQL Workbench first and then replace them one by one with the actual Manticore responses to detect the differing parts which cause the error.
Here are the dumps of the tcp exchanges between Mysql Workbench and both Manticore and MySQL: workbench.zip
The text was updated successfully, but these errors were encountered:
I close the issue since it looks to be too time-consuming for us to detect which part of Manticore responses causes Workbench to fail. ( It fails only after the full sequence of initial connection requests is executed)
The MySQL Workbench tool fails when trying to connect to Manticore although it works fine with MySQL. In both cases it sends the same requests in the same order. The idea is that we can try to emulate the exact responses sent from MySQL to MySQL Workbench first and then replace them one by one with the actual Manticore responses to detect the differing parts which cause the error.
Here are the dumps of the tcp exchanges between Mysql Workbench and both Manticore and MySQL: workbench.zip
The text was updated successfully, but these errors were encountered: