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

StackOverflow https://stackoverflow.com/questions/7378563

  •  28-10-2019
  •  | 
  •  

Question

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

Was it helpful?

Solution

You can download phpMyadmin / mysql workbench free

OTHER TIPS

In terminal type sudo apt-get install phpmyadmin

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

login using , MySQL username & password

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top