CONVERTING SQL TO EXCEL FORMAT
by Desec0x - Monday June 17, 2024 at 09:26 AM
#1
Anybody knows how one can convert a big SQL data to Excel? Is it possible or too big?

I have a 120MB, 606MB & 0.96GB that I want to convert to excel, but all the applications I have used kept freezing. Anybody knows of any solution that might work?
Reply
#2
did u tried this
mysqldump -u <username> -p<password> -T <output_directory> --fields-terminated-by ',' --fields-enclosed-by '"' --fields-escaped-by '\' --no-create-info <database_name>
after connecting to ur mysql server
if u have only the SQL file u can load into mysql server first
Reply
#3
(06-17-2024, 09:31 AM)zinzeur Wrote: did u tried this
mysqldump -u <username> -p<password> -T <output_directory> --fields-terminated-by ',' --fields-enclosed-by '"' --fields-escaped-by '\' --no-create-info <database_name>
after connecting to ur mysql server
if u have only the SQL file u can load into mysql server first

Cool, thanks for that. Never really needed to do this myself, but will save this somewhere for the future.
Ban reason: Leeching. (Permanent)
Reply
#4
Did you figure it out or still need help?
Reply
#5
Excel limit is 1 million rows, everything comes down to this
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to open large csv or sql files? dehumanized 11 585 04-19-2024, 03:26 PM
Last Post: DredgenSun
  sql injection in the field StarEater 0 599 01-01-2024, 05:37 AM
Last Post: StarEater
  How to open (dot)sql file?? nopesorry 3 892 12-14-2023, 08:24 PM
Last Post: Drag0nBall
  How i can filter database in format Moneygain 4 974 11-06-2023, 05:35 PM
Last Post: fuzzzy
  acunetix invalid csv format moonman 2 928 09-29-2023, 12:34 AM
Last Post: user0001



 Users browsing this thread: