Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How to convert huge .sql database to a table on mac?
Hey guys, I have a massive .sql data dump (6.6gb) how can I make this into a readable table? I tried splitting it but I can't really view it in a readable fashion. Btw I'm on mac.
3 Answers
- SadsongsLv 75 years ago
I suspect your question means "how do I import sql dump to new database?" Is that true? What dbms are you planning on using?
- ChrisLv 75 years ago
What do you mean, splitting it? What exactly did you try so far?
I'd probably install xampp, import the dump via the command line, check back in a few hours then use http://localhost/phpmyadmin to look at the table.
- Laurence ILv 75 years ago
why are you not keeping it as sql? i am certain a mac can display sql stuff too!
Source(s): https://dev.mysql.com/downloads/mysql/