Setup — Invoice Ninja

FieldExpert Setup

If you need help you can post to our Support Forums



Application Settings

Let's store basic information about your FieldExpert!

URL*
(including http:// or https://)
HTTPS
Reports
Read more about how we use this.

Database Connection

You can use following commands to create user & database.
Show code
-- Commands to create a MySQL database and user
CREATE SCHEMA `db-fieldx-01` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER 'fieldx'@'localhost' IDENTIFIED BY 'fieldx';
GRANT ALL PRIVILEGES ON `db-fieldx-01`.* TO 'fieldx'@'localhost';
FLUSH PRIVILEGES;
                        
Driver
Host*
Port*
Database*
Username*
Password

To proceed to next step, make sure you test each section.