How to open 80gb .mysql file in iMac

jattz

BANNED
Joined
Aug 2, 2017
Messages
100
Reaction score
28
Hello guys.

I am stuck. I want to open 80gb database file in my imac. But i dont have any tool. its keep hanging why i am trying to open with notepad
 
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.
 
I've used a software called "Dbeaver" to open a 10GB SQL file, I think it will work for bigger files too.
 
Try installing phpMyAdmin and upload the .sql file there. Although, it still might crash while uploading, so you will need to adjust the settings.
 
notepad can not such big files.

Best thing is to install mysql and import this file.
 
Import the dump. Even of you manage to open the file somehow, you would not be able to do anything remotely practical with such a huge file.
 
Back
Top