5 ms·
just wonder isn't this same as login via db shell. psql or mysql whatever? Why do we need a php file to do that?
by deepstack 4y ago
just wonder isn't this same as login via db shell. psql or mysql whatever? Why do we need a php file to do that?
- AndyJames 4y agoIt's just faster. For many people, including me, clicking trough the DB and figuring out stuff in GUI is faster and easier that doing it from CLI. Usually I still execute final query manually either trough CLI or Adminer but figuring out what have to be done I'm doing trough GUI. Even things like searching records or editing single entries are easier and faster in GUI.
- TamDenholm 4y agoIts useful if you dont have access to the shell, i've used it many times in situations where theres less than ideal access.