Snowcrash
Snowcrash

Reputation: 86167

MySQL - command line table browser

Is anyone aware of a command line GUI for browsing MySQL table data where phpMyAdmin isn't available?

I'm happy using the mysql command line client but it would be neat if there was something quicker to navigate.

==== EDIT

Perhaps I'm misunderstanding the answers. But what I'm looking for is a command line GUI. i.e. something that I can run on the remote server using a command like mysql-gui.

The main problem is that remote access to the MySQL port is locked down. But I can probably get a Linux program installed.

Upvotes: 1

Views: 293

Answers (2)

PaulF
PaulF

Reputation: 6773

HeidiSQL is another good browser with command line functionality

Upvotes: 1

RandomNoobName
RandomNoobName

Reputation: 81

You can check out DBeaver or MySQL workbench(NIX/WIN)

Upvotes: 1

Related Questions