As I synchronize my database, MySQL Workbench reports:
"Operation has completed with warning. Please see logs for details."
But the Message Log just says:
Fetching schema list.
OK
WARNING: Server configuration check
I don't know what this is supposed to mean. Is the Workbench warning me about some dubious relations I implemented in my database or is something wrong with my server? What does it want from me?
Btw: The generated script runs without errors. The database gets generated and migrated to the server.