D
D
Denis99992015-11-25 15:22:23
MySQL
Denis9999, 2015-11-25 15:22:23

How to create a database with .db extension from *.sql file?

How to create a database with .db extension from *.sql file? Maybe the .mdb and .db extensions are the same and you can just rename mdb to db?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Max, 2015-11-25
@MaxDukov

SQL - 99% (leave 1% for insanity with the author of the file) script (a set of commands like CREATE / GRANT / INSERT / UPDATE with parameters).
You need to execute it in your DBMS

S
Saboteur, 2015-11-25
@saboteur_kiev

A .sql file is usually a text file with a set of SQL commands.
.db is an extension that can be used by thousands of different programs.
.mdb is an extension that seems to be MS Access, but again, not 100%.
You can't just rename it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question