MySQL UI displays your database tables in a sidebar on the left and loads the selected table’s data into the main panel. From there you can scroll through rows, navigate between pages, and quickly jump to any table — all without writing SQL.Documentation Index
Fetch the complete documentation index at: https://docs.w22.dev/llms.txt
Use this file to discover all available pages before exploring further.
Selecting a database
Use the dropdown at the top of the sidebar to switch between databases available on your connected server. Selecting a different database immediately refreshes the table list below it.Filtering the table list
Type in the Filter tables… search box directly below the database dropdown to narrow the list by name. The list updates as you type, so you can find a table with just a few characters. Clearing the box restores the full list.Opening a table
Click any table name in the sidebar to open it. The table name becomes highlighted and its rows load in the main panel on the right.Navigating pages
The data view loads 50 rows per page. Use the navigation buttons at the bottom of the table to move through pages:| Button | Action |
|---|---|
| ⏮ (first) | Jump to page 1 |
| ◀ (previous) | Go back one page |
| ▶ (next) | Go forward one page |
| ⏭ (last) | Jump to the final page |
