Does ignition login to the database with the root credentials?

I am using Ignition 8.0.33 and trying to use an existing MYSQL 5.7.

While trying to set this up, The MYSQL keeps asking for the root password.

You can connect to MYSQL with root, but you can also create another user on the database side, then use that to make your connection. That way you can limit what the Ignition connection can do in the DB. How Ignition logs in, is set in the connection properties on the gateway webpage.

1 Like

Will check it out, thanks

And indeed, you should. As a general principle, always provide as little access as possible.

3 Likes