ReBreached Forums
How to run sql file - Printable Version

+- ReBreached Forums (https://rebreached.vc)
+-- Forum: Leaks (https://rebreached.vc/Forum-Leaks)
+--- Forum: Database Discussion (https://rebreached.vc/Forum-Database-Discussion)
+--- Thread: How to run sql file (/Thread-How-to-run-sql-file)



How to run sql file - hero007 - 09-05-2023

I have .sql file 
Its leak from something contains names address and soo
I don't know how to run file correctly


RE: How to run sql file - Beelzebub - 09-05-2023

sql fils can be open in any text editor such as: Notepad, Notepad++, BigFileOpener and others!


RE: How to run sql file - hero007 - 09-05-2023

(09-05-2023, 04:21 AM)Beelzebub Wrote: sql fils can be open in any text editor such as: Notepad, Notepad++, BigFileOpener and others!

thats true but the info inside it not in order ,because of that the file is rubbish i can't read it correctly


RE: How to run sql file - xicalo8869 - 10-18-2023

DBeaver is a great software


RE: How to run sql file - topsorteios - 11-11-2023

(09-05-2023, 01:21 AM)hero007 Wrote: I have .sql file 
Its leak from something contains names address and soo
I don't know how to run file correctly

can use notepad, but if crashed, you can use terminal linux with command CAT!


RE: How to run sql file - dihethinec - 11-16-2023

A simple solution using Windows.

Download the free MYSQL Community Server from the official mysql website.

Install Server , Command Line and MySQL Workbench. Take all the defaults on install.

Once your server is up and running open Workbench, click Server tab, choose Import from Self-Contained File and point it to your SQL file.

Might take some time depending on the size of file.

If you want a clean CSV files all you need to do is export it as a CSV .


RE: How to run sql file - asovyo - 12-23-2023

(09-05-2023, 01:21 AM)hero007 Wrote: I have .sql file 
Its leak from something contains names address and soo
I don't know how to run file correctly

How to do this


RE: How to run sql file - evilwanderer - 02-24-2024

(09-05-2023, 01:21 AM)hero007 Wrote: I have .sql file 
Its leak from something contains names address and soo
I don't know how to run file correctly

linux cat command


RE: How to run sql file - the_one_true_stanislav - 04-14-2024

i wld personally use sqlite browser. Can be found on windows and in all linux repos. very simple, and allows you to search everything quickly. you dont really "run" a sql file, its a database containing tables with rows of information.