Skip to main content

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.

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.

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.
In databases with dozens or hundreds of tables, use the filter box to jump straight to the table you need instead of scrolling through the entire 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. The data view loads 50 rows per page. Use the navigation buttons at the bottom of the table to move through pages:
ButtonAction
⏮ (first)Jump to page 1
◀ (previous)Go back one page
▶ (next)Go forward one page
⏭ (last)Jump to the final page
The current page number and total page count are shown between the buttons (for example, Page 3 of 12).

Row counter

The bottom-left of the table shows how many rows are currently visible relative to the total, for example:
Showing 51 to 100 of 2,847 rows
This counter reflects your active search and filters, so it updates whenever you narrow the data down.