Search code examples
mysqllampputty

LAMP Server, MYSQL, PuTTy


I am connection to a LAMP Server trough PuTTY.

I have no idea if there is a GUI available so I'm doing this trough the CLI. The problem now is that I need certain fields from the database and I have no idea how the database looks since the lack of documentation.

How should I approach this. In the database there are 148 tables. Should I just go trough every table one at a time? Is there a smart way?

Thanks.


Solution

  • You could always install PHPMyAdmin, but if you don't have access to do so, you can try MySQL Workbench. This installs on your computer, and you just put in your server info and connect