nystudio107 / craft

nystudio107 Craft 3 CMS scaffolding project
BSD Zero Clause License
291 stars 85 forks source link

Connect to database from Tableplus #81

Closed billymedia closed 2 years ago

billymedia commented 2 years ago

I just installed the starter project, but i cannot see how to connect to the database using a mysql client. Where would i find the database connection details?

khalwat commented 2 years ago

https://nystudio107.com/docs/connect/#configuring-connect

billymedia commented 2 years ago

Sorry, not sure how the plugin helps. I want to connect to the database created by the starter project from a mysql client. Am i missing something? how does the connect plugin help with this?

khalwat commented 2 years ago

I'm sorry, I misread the git repository.

If you want to connect to the database, you'd connect to localhost port 3306

The database name is project and the password is project too.