Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple databases? #1142

Open
Shu-Ji opened this issue Jan 2, 2024 · 0 comments
Open

Support multiple databases? #1142

Shu-Ji opened this issue Jan 2, 2024 · 0 comments

Comments

@Shu-Ji
Copy link

Shu-Ji commented Jan 2, 2024

mycli> USE db1
mycli> SELECT * FROM db1.tb1 t1  JOIN db2.tb2 t2 ON t1.<cursor_1>= t2.<cursor_2>

cursor_1 can auto complete, but cursor_2 nothing shows.

mycli> SELECT * FROM <cursor_3>

cursor_3 doesn't show anything about my databases, mycli just show the table name from my connection( mycli mysql://user:pwd@127.0.0.1:3306/db_dev)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant