简体   繁体   中英

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:

在此处输入图像描述

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.

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

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

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.)

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

Para Windows 8.1 Pro, la versión más reciente que funciona sin el mensaje de advertencia es MySQL Workbench 版本 8.0.12。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM