SDG
SDG

Reputation: 2342

Unable to open database with sqlite3 on cygwin

I seem to be getting the error as shown below:

enter image description here

Am I missing out on something here and not giving cygwin the right to write to a folder?

Upvotes: 0

Views: 250

Answers (1)

SDG
SDG

Reputation: 2342

There is a very simple answer to this question. You cannot write to the C: drive. Try moving into a different folder and that will allow you to write your .sql files.

Upvotes: 1

Related Questions