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
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

You can download phpMyadmin / mysql workbench free

다른 팁

In terminal type sudo apt-get install phpmyadmin

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

login using , MySQL username & password

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top