Recent content by dead_beef

  1. D

    How to open 80gb .mysql file in iMac

    Run mysql server (docker can be used), and then load database dump into it. After that any mysql client can be used to view data (eg mysql workbench). But if you want to see contents of the dump, you can use command line utils like less. Hope this helps and sorry for my english.
Back
Top