{% extends "appbuilder/base.html" %} {% import 'appbuilder/general/lib.html' as lib %} {% import "kato/models/database/macros.html" as macros %} {% block head_css %} {{super()}} {% endblock %} {% block content %}
Enter your MySQL credentials
data_usage

Datasource Name

Use Datasource field as [ Example Data Source].

store

Database Name

Use Database Name as [ sample].

verified_user

User

Use user as [ sample_user].

lock

Password

Use password for above this user [ sample].

insert_link

Host

Use Host field as [ localhost:3306].

arrow_forward
See Your Sample Dashboards
dashboard See Now arrow_forward
Connect to sample database
perm_data_setting
arrow_forward
{% endblock %} {% block add_tail_js %} {{ super() }} {{ macros.testconn() }} {% endblock %}