Connect Rasa with Mysql Database

all i did is adding this piece of code in endpoints.yml

tracker_store:

type: SQL

dialect: "mysql"  # the dialect used to interact with the db

url: "***************"  # (optional) host of the sql db, e.g. "localhost"

db: rasa

username: **********

password: ************