Hi all
Finished the tutorial for Horizontal Sharding, all is good. I can connect using the command like tool mysql.
When connecting from DBeaver via a MySQL JDBC driver, querying the messages table gave me this error:
SQL Error [1105] [HY000]: vtgate: http://localhost:15001/: unsupported: offset limit for cross-shard queries
vtgate: http://localhost:15001/: unsupported: offset limit for cross-shard queries
vtgate: http://localhost:15001/: unsupported: offset limit for cross-shard queries
Connecting to "Shard 0", using the same client tool works just fine.
How does everyone connect to Vitess other than from command line?