How to Exit sqlite3 in terminal

I have ran sqlite3 from terminal but have problem exiting it.

this is how i have ran it:

sqlite3 database.db

i have tried CTRL+C but it wont exit, i have tried ESC, close(), exit() and it doesn't let me go.

2

1 Answer

Type .quit or use Ctrl+D.

Type .help to get a list of available commands.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like