To work sapphire needs empty mysql database.
Sapphire will autoimport all required tables by itself.
Configuring database
Database can be configurated in lock.json file inside application root folder
It content should look like this:
{ "database": { "host": "localhost", "user": "root", "pass": "", "name": "sapphire-site" }, "sapphire": { "version": "1.0.0" } }