Database Setup
SEO Master works with JSON storage by default. Optional MySQL mode is available for live hosting or future SaaS upgrade.
Current StorageJSON activeJSON works without database
Projects0
Tasks0
Reports0
Optional MySQL Setup
If you do not connect MySQL, SEO Master will continue using storage/*.json. For one-person/internal use, JSON is enough.
How to setup and how it works
Do I need MySQL now?
No. The tool works now with JSON storage. MySQL is recommended if you later add users, login, subscription, team access or large datasets.
How to create MySQL in Hostinger?
hPanel > Databases > MySQL Databases > create database/user/password, then paste those details here.
What table is created?
One generic table: seo_master_store. It stores module data as JSON by key.