Automattic / studio

Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://developer.wordpress.com/studio/
GNU General Public License v2.0
184 stars 17 forks source link

Feature Request: Access to database using Workbench MSQL #327

Closed Kri8tivemike closed 1 month ago

Kri8tivemike commented 4 months ago

What

Please add a new feature that allows us to access the database

Why

I currently have a website that I need to setup before pushing live but I can because I only have the SQL file and WP files.

How

No response

wojtekn commented 3 months ago

@Kri8tivemike Studio uses SQLite instead of MySQL, so MySQL Workbench won't let you to manage database

Please check https://developer.wordpress.com/docs/developer-tools/studio/#12-how-can-i-manage-the-studio-site-s-sqlite-database- for some ideas on how to manage Studio's site database.