Local Ghost Install Database

I run a local version of Ghost for a couple of Admin developments I’ve got going on. I’ve been trying to connect to the database for it using Sequel Pro but I’ve got no idea what the username and password are. Are these stored somewhere and I’ve just completely missed them?

Since you have a local install, you won’t have a MySQL database! You’ll have an SQLite3 database, which is usually stored in ./content/data/ghost-local.db

I’m not sure that Sequel Pro has support for SQLite3, but there are plenty of free browsers available!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.