{% extends "base.html" %} {% block title %}Setup Wizard - MySQL to Sheets Sync{% endblock %} {% block nav %} {# Use minimal nav for setup wizard #} {% from "macros/nav.html" import minimal_nav %} {{ minimal_nav() }} {% endblock %} {% block page_title %}Setup Wizard{% endblock %} {% block page_subtitle %} v{{ version }} {% endblock %} {% block head %} {% endblock %} {% block content %}
Enter your database credentials. We'll test the connection before proceeding.
No database needed - use sample data to explore the sync features
Here are some clues to help identify your database:
mysql:// in connection strings
postgres:// or postgresql://
.db or .sqlite extension.mssql:// or Server=...
💡 Still unsure? Ask your IT team or check your application's config file for database connection details.
Configure access to Google Sheets using a Service Account.
Click to upload or drag and drop
service_account.json
docs.google.com/spreadsheets/d/SHEET_ID/editSelect data from your database to sync to Google Sheets.
Review your configuration and run your first sync.