Jump to content

How to access files in sql file?

I had downloaded libgen's desktop and have the data from it, but one of the backup files was a compressed SQL file, and I want to access the files in there, but don't know where to start with SQL...

Link to comment
Share on other sites

Link to post
Share on other sites

17 minutes ago, Chambersofsecret said:

I had downloaded libgen's desktop and have the data from it, but one of the backup files was a compressed SQL file, and I want to access the files in there, but don't know where to start with SQL...

SQL is a database, you don't typically store files in it.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to comment
Share on other sites

Link to post
Share on other sites

7 minutes ago, WereCatf said:

SQL is a database, you don't typically store files in it.

ok I don't know exactly how this works. I believe that there is the data, a backup of some sort for the files from libgen in the sql files though, would there be a way to access that?

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, Chambersofsecret said:

ok I don't know exactly how this works. I believe that there is the data, a backup of some sort for the files from libgen in the sql files though, would there be a way to access that?

SQL database is series of tables containing data. You can view it by using SQL commands. But your description isn't clear. What's the format of the files?

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, LogicalDrm said:

SQL database is series of tables containing data. You can view it by using SQL commands. But your description isn't clear. What's the format of the files?

um format? from what I know how to tell its a .sql file

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, Chambersofsecret said:

um format? from what I know how to tell its a .sql file

You can open it with just notepad etc. To view data in tables, you need to import it to database software that can read SQL files.

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×