How do you open sql files?

Sulphur

BANNED
Joined
Apr 3, 2020
Messages
849
Reaction score
229
I want to open a file but don't know how to open it. Is there any way to open them? Normal text editors can't open it.
 
please define what is an "SQL file". Normally it's a text file with SQL queries.
 
I want to open a file but don't know how to open it. Is there any way to open them? Normal text editors can't open it.

What is the issue you face when opening the file with an IDE/Text Editor like VS Code or Notepad++ or Sublime Text?
 
If its a MySQL file wich is not too big you can make a database with your hosting provider and upload it there. Most providers have PhpMyadmin where you can see the MySQL file in a structured way. If you want to see it locally you can also install Mysql Workbench.
 
Back
Top