mysql / mysql-shell-plugins

Plugins for the MySQL Shell
Other
70 stars 12 forks source link

show data problems #60

Open sandan337 opened 2 weeks ago

sandan337 commented 2 weeks ago

When I use the open editors DB Notebook to make a notebook, if I want to show the data and jump to the DB Notebook, the data file will not show the specific data. jump evidence

evidence1

mike-lischke commented 2 weeks ago

Opening a script file will not automatically run its content. That test.classes file is such a script. You didn't use a notebook.

What you can do instead is to go to the connection tree in the sidebar, expand the connection node and the test schema node. Then expand the Tables node so that you can see your classes table. Right click on that entry and chlick on Select Rows. This will open this connection (if not done yet) and will create a notebook (if not done yet) and run the query to select the table's content, which in turn will show the table's content.