Mika Li
Mika Li

Reputation: 107

Unsupported operating system for MySQL Workbench - windows 7

I am using MySQL in my python 2.7 project. I have created a database and tables on a windows 7 professional operating system (64-bit).

I want to see the data that is stored in the database's tables, using MySQL Workbench. The problem is I am getting the following message:

enter image description here

What should I do to solve this problem?

I know there is a MySQL archive from which I can download earlier versions of the workbench, but I don't know what version is suitable for my operating system. Does anybody know?

link to the archive - https://downloads.mysql.com/archives/workbench/

Thanks.

Upvotes: 3

Views: 10481

Answers (4)

Shruti
Shruti

Reputation: 36

Install older version from mysql workbench download arechives https://downloads.mysql.com/archives/workbench/ and choose version 8.0.12

Install older version from mysql community edition download archives https://downloads.mysql.com/archives/community/ and choose version 8.0.11 download the Windows (x86, 64-bit), ZIP Archive

Upvotes: 2

Brijesh
Brijesh

Reputation: 309

Please download a lower version of Mysql Workbench(in archives section on download page). This solved my problem.

Upvotes: 0

Steve Chambers
Steve Chambers

Reputation: 39384

I'm successfully using MySQL Workbench version 8.0.12 on Windows 7.

(Apparently this was the latest supported version and it doesn't have the compatibility warning.)

Upvotes: 0

Mike Lischke
Mike Lischke

Reputation: 53307

Windows 7 is not a supported platform. See the platform list on the MySQL site: https://www.mysql.com/support/supportedplatforms/workbench.html.

Upvotes: 0

Related Questions