question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Shardingsphere-proxy Can not support multiple different database error

See original GitHub issue

Bug Report

Shardingsphere-proxy An error occurred in a cross-database query:

Shardingsphere-proxy version: 5.1.2

mysql version: 8.0.27

error sql:

mysql databases: product;finance
 select tso.store_id,dept.pk_org,dept.code,dept.name,dept.shortname, dept.parent_pk_dept,dept.pk_org,dept.pk_dept from product.t_store_options tso inner join finance.nc_dept dept on tso.nc_pk_org = dept.pk_org where tso.store_id = ? and parent_pk_dept = '~'

The error is shown below

image

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
github-actions[bot]commented, Oct 8, 2022

Hello , this issue has not received a reply for several days. This issue is supposed to be closed.

0reactions
terrymanucommented, Jul 25, 2022

Can you use markdown syntax to format your issue content to make it easy to read?

ok, the above problem has been solved using markdown document, please help to see how to solve it, thank you

The picture is hard to copy and search, could you change it to text with markdown syntax?

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ - Apache ShardingSphere
Yes. ShardingSphere merges multiple data sources to a united logic data source. Therefore, for the part without sharding database or table, ShardingSphere can...
Read more >
RELEASE-NOTES.md · openGauss/shardingsphere - Gitee.com
Support join SQL from different database instances 1. Support multiple backend database types for new feature of database gateway 1. Support creating and ......
Read more >
RELEASE-NOTES.md
New DistSQL to load and show all the ShardingSphere configuration rules; Support join SQL from different database instances; Support multiple backend ...
Read more >
ShardingSphere-Proxy Front-End Protocol Troubleshooting ...
ShardingSphere -Proxy implements a database protocol that can be ... Wireshark supports reading multiple packet capture file formats, ...
Read more >
ShardingSphere 5.3.0 is released: new features and ...
This new release supports datasource-level heterogeneous databases at the kernel level. This means the datasources under a logical database can be different ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found