Breadcrumbs

Step 1 Setup an MySQL server

Download MySQL server

To download the mysql server we recommend the official website.

  1. Open the link https://dev.mysql.com/downloads/mysql/.

  2. Choose the version for your OS. in my case is windows.

    image2020-8-24_14-34-17.png

  3. A msi file will be downloaded.
    image2020-8-24_14-35-31.png

Install MySQL

  1. After it finishes, Go to the download folder then run the setup file.

    image2020-8-24_14-37-3.png

  2. Choose full, then next.

    image2020-8-24_14-48-46.png

  3. then next.

    image2020-8-24_14-49-30.png

  4. Then next.

    image2020-8-24_14-50-54.png

  5. Wait for the installation then next.

    image2020-8-24_14-56-41.png

  6. Standalone the next.

    image2020-8-24_14-57-53.png

  7. Leave default, then next.

    image2020-8-24_14-59-29.png

  8. Default, Then next.

    image2020-8-24_15-0-58.png

  9. Set the root password, then next.

    image2020-8-24_15-2-21.png

  10. Leave default, then next.

    image2020-8-24_15-3-14.png

  11. Then Execute.

    image2020-8-24_15-4-9.png *

  12. Then finish.

    image2020-8-24_15-5-39.png

  13. Open the Mysql Workbench and verify the connection.

    image2020-8-24_15-9-25.png

  14. Create a database to use later.

    image2020-8-24_15-20-49.png
    image2020-8-24_15-26-21.png

Next


Step 2 Setup the SQL Timeseries Connector