How to export flows.json with MySQL's user and password?

Hi, exeryone.
I have a question about export MySQL's flows.json. When I set all of the config of the node of the MySQL, I export the node's flow.json file. But why can't I export the user and password with json file? There are only host, port, database, timezone, charset and name in my flow.json. Does anybody can tell me how to export MySQL's config of the user and password?

My configuration
image

Export node's flows.json

[{"id":"263ac966.f57786","type":"mysql","z":"85f8dd75.c32f5","mydb":"a844720c.608d6","name":"","x":690,"y":200,"wires":[["56e91397.4878dc"]]},{"id":"a844720c.608d6","type":"MySQLdatabase","name":"mysql","host":"127.0.0.1","port":"3306","db":"my_db","tz":"","charset":""}]

Hope guys can help me. Thanks a lot ~~

Credentials live seperately in flows_cred.json.

Thanks a lot ~~ It works.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.