Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to connect to a sqlite db using sequel pro

Tags:

sqlite

Hi I installed QLite Pro but Im unable to connect to a local SQLite file db how can I do this?

The fields to fill are:

Name:
Host: requeire
UserName:
PassWord:
Database:
Port:
like image 505
IturPablo Avatar asked Dec 27 '11 18:12

IturPablo


People also ask

How do I open a database in sequel pro?

Open Sequel Pro. Choose a Socket Connection. You must only specify the username and password (if any). Most MySQL installations use the default username root and a blank password.


2 Answers

At the end I solved this by using the program DB Browser for SQLite, I also tried the Firefox plugin but this one is better.

like image 133
IturPablo Avatar answered Sep 19 '22 17:09

IturPablo


You can't! Sequel Pro is only for MySQL databases.

like image 28
jiv-e Avatar answered Sep 17 '22 17:09

jiv-e