Michael Durrant
Michael Durrant

Reputation: 96484

Ubuntu mySQL server administrator GUI - how can I view actual database tables data in the gui?

I can see the various dataabases ('catalogs'). I was hoping for the ability to also see a visual view of the data, similar to what I can get in pgadmin for postgres. I know I can use the command prompt and I am confident in that. However I would like to use a gui for ease of use when debugging and reviewing data in applications

Upvotes: 1

Views: 1206

Answers (2)

rizon
rizon

Reputation: 8187

In terminal type sudo apt-get install phpmyadmin

Then goto http://localhost/phpmyadmin/ in browser

login using , MySQL username & password

Upvotes: 1

Roshan Wijesena
Roshan Wijesena

Reputation: 3136

You can download phpMyadmin / mysql workbench free

Upvotes: 1

Related Questions