Hi, I started studing MySQL in this week so I installed newest version of MySQL CLient for Windows . I'm getting to the point where I try to export database. I want to export my database and it' keeps warning me:
"mysqldump Version Mismatch
mysqldump.exe is version 5.7.12, but the MySQL Server to be dumped has version 5.7.17.
Because the version of mysqldump is older than the server, some features may not be backed up properly.
It is recommended you upgrade your local MySQL client programs, including mysqldump to a version equal to or newer than that of the target server.
The path of the dump tool must then be set in Preferences -> Administrator -> Path to mysqldump tool:"
What I have tried:
I searched different solution from this and other forums.
I set my path to mysql tool folder to: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqldump.exe. And restarted my WorkBench. But that didn't help me either.
I checked with installer if there is some updates available but it looks like I have newest version. So there isn't.
Any sugsestions folks?