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

Using mysql driver #72

Open
sandrain opened this issue May 14, 2019 · 2 comments
Open

Using mysql driver #72

sandrain opened this issue May 14, 2019 · 2 comments

Comments

@sandrain
Copy link

How I execute the following commands in the mysql shell?

actor type1(music,sport); select * from tab;

actor type1(*); {{RESULT}} select * from tab;

actor type1(*); pragma list; 

It's from the Get Started documentation. Is there any limitation in accessing all functionalities of actordb when using the mysql driver?

@forchid
Copy link

forchid commented May 28, 2019

Limit very much by use mysql shell. Please use thrift protocl client.

@sandrain
Copy link
Author

Thanks, @Little-Pan . I will get less lazy and go with the thrift :-)

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

2 participants