Hello,
I am trying to export a Global Table “FlexSimtoCPLAB” from FlexSim to a MySQL Database. I have tested the connection with the database and I use HeidiSQL for managing this database. Previously, I imported data into this same database and it worked perfectly.
The DatabaseConnector tree appears as follows:
Where it can be seen that the exporters node does not have the subnodes that it should have. It can be seen that in the tableList node, two subnodes appear corresponding to the two tables I have in my database, but the names do not appear.
In the following image, I have observed in a model that I downloaded from this forum that the export node does expand and has subnodes and the tableList has name
When I want to make the export to DB, but it does not show this table created in the database, and therefore, I cannot map the columns.
What am I doing wrong? How is it done?
I had to configure the root user with the authentication plugin:
mysql_native_password.
because the "caching_sha2_password" was giving me an error.
The version of MySQL I am using is 8.0.26.