MySQL workbench giving an error “Unsupported operating system” when running under Windows 8.1Reduce MySQL memory usage on a development boxMySQL giving me a syntax errorMySQL server 5.5 on CentOS 6.5 error: “mysqld: unrecognized service”Missing MySQL Database after Windows UpgradeMySQL server: Error 1067 (in services.msc) and Error 10061 (in mysqld console) - what troubleshooting may be attempted?MySQL crashes on Windows bootMySQL Workbench Bug, crashes when I store password or connectMySQL Workbench error for schema in database and table created from Workbench itselfMySQL Workbench 5.6 - Synchronize Model option missing under Database menuMySQL Workbench necessary to have server running to create a database?
Website returning plaintext password
Need to understand my home electrical meter to see why bill is so high and/or if neighbor is on same meter
Python program to find the most frequent letter in a text
Why is this Simple Puzzle impossible to solve?
My employer faked my resume to acquire projects
Is "cool" appropriate or offensive to use in IMs?
What is the object moving across the ceiling in this stock footage?
Boss wants me to falsify a report. How should I document this unethical demand?
A Riley Respite
Why would Ryanair allow me to book this journey through a third party, but not through their own website?
Where can I find visible/radio telescopic observations of the center of the Milky Way galaxy?
What to keep in mind when telling an aunt how wrong her actions are, without creating further family conflict?
A steel cutting sword?
Do photons bend spacetime or not?
Is it rude to call a professor by their last name with no prefix in a non-academic setting?
number headings
What are the mechanical differences between the uncommon Medallion of Thoughts and the rare Potion of Mind Reading?
Apache redirect to https:/www only partially working
Where's this lookout in Nova Scotia?
Gladys goes shopping
Could a 19.25mm revolver actually exist?
What does this symbol on the box of power supply mean?
Why didn't Project Mercury advance to an orbital flight on their second mission?
I unknowingly submitted plagarised work
MySQL workbench giving an error “Unsupported operating system” when running under Windows 8.1
Reduce MySQL memory usage on a development boxMySQL giving me a syntax errorMySQL server 5.5 on CentOS 6.5 error: “mysqld: unrecognized service”Missing MySQL Database after Windows UpgradeMySQL server: Error 1067 (in services.msc) and Error 10061 (in mysqld console) - what troubleshooting may be attempted?MySQL crashes on Windows bootMySQL Workbench Bug, crashes when I store password or connectMySQL Workbench error for schema in database and table created from Workbench itselfMySQL Workbench 5.6 - Synchronize Model option missing under Database menuMySQL Workbench necessary to have server running to create a database?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm running Windows 8.1. I've successfully installed MySQL Workbench with server. The connection is successfully established but it says:
"You are running Workbench on an unsupported operating system. While it may work for you just fine, it wasn't designed to run on your platform. Please keep in mind if you run into problem."
The main problem is that I can't execute queries so I'm unable to work with MySQL databases as expected. Here is a screenshot of what I am seeing.
mysql mysql-workbench
add a comment |
I'm running Windows 8.1. I've successfully installed MySQL Workbench with server. The connection is successfully established but it says:
"You are running Workbench on an unsupported operating system. While it may work for you just fine, it wasn't designed to run on your platform. Please keep in mind if you run into problem."
The main problem is that I can't execute queries so I'm unable to work with MySQL databases as expected. Here is a screenshot of what I am seeing.
mysql mysql-workbench
add a comment |
I'm running Windows 8.1. I've successfully installed MySQL Workbench with server. The connection is successfully established but it says:
"You are running Workbench on an unsupported operating system. While it may work for you just fine, it wasn't designed to run on your platform. Please keep in mind if you run into problem."
The main problem is that I can't execute queries so I'm unable to work with MySQL databases as expected. Here is a screenshot of what I am seeing.
mysql mysql-workbench
I'm running Windows 8.1. I've successfully installed MySQL Workbench with server. The connection is successfully established but it says:
"You are running Workbench on an unsupported operating system. While it may work for you just fine, it wasn't designed to run on your platform. Please keep in mind if you run into problem."
The main problem is that I can't execute queries so I'm unable to work with MySQL databases as expected. Here is a screenshot of what I am seeing.
mysql mysql-workbench
mysql mysql-workbench
edited May 12 at 14:41
Pimp Juice IT
26k114179
26k114179
asked May 12 at 14:04
M. UmarM. Umar
234
234
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It means exactly what it says where the language states "it wasn't designed to run on your platform", so unfortunately this appears to be an instance where the unsupported OS version is experiencing a bug and the entire message meaning is applicable.
Workaround
As a workaround, try an older version of MySQL Workbench from MySQL Workbench (Archived Versions) site. Just select an older version from the Previous Version drop down.
Trial and Error
This may have to be a trial and error type of solution so uninstall
the version of MySQL Workbench with the bug, reboot, install an older
version, and then test. If you run into the same bug with the previous
version, keep moving back and following that same process to
uninstall, reboot, install, test with each version.
MySQL Workbench (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features!
Product Version: <select the version>
Operating System: <select the os>
Select the
Download
button once the needed version and OS is selected
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "3"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1435874%2fmysql-workbench-giving-an-error-unsupported-operating-system-when-running-unde%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It means exactly what it says where the language states "it wasn't designed to run on your platform", so unfortunately this appears to be an instance where the unsupported OS version is experiencing a bug and the entire message meaning is applicable.
Workaround
As a workaround, try an older version of MySQL Workbench from MySQL Workbench (Archived Versions) site. Just select an older version from the Previous Version drop down.
Trial and Error
This may have to be a trial and error type of solution so uninstall
the version of MySQL Workbench with the bug, reboot, install an older
version, and then test. If you run into the same bug with the previous
version, keep moving back and following that same process to
uninstall, reboot, install, test with each version.
MySQL Workbench (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features!
Product Version: <select the version>
Operating System: <select the os>
Select the
Download
button once the needed version and OS is selected
add a comment |
It means exactly what it says where the language states "it wasn't designed to run on your platform", so unfortunately this appears to be an instance where the unsupported OS version is experiencing a bug and the entire message meaning is applicable.
Workaround
As a workaround, try an older version of MySQL Workbench from MySQL Workbench (Archived Versions) site. Just select an older version from the Previous Version drop down.
Trial and Error
This may have to be a trial and error type of solution so uninstall
the version of MySQL Workbench with the bug, reboot, install an older
version, and then test. If you run into the same bug with the previous
version, keep moving back and following that same process to
uninstall, reboot, install, test with each version.
MySQL Workbench (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features!
Product Version: <select the version>
Operating System: <select the os>
Select the
Download
button once the needed version and OS is selected
add a comment |
It means exactly what it says where the language states "it wasn't designed to run on your platform", so unfortunately this appears to be an instance where the unsupported OS version is experiencing a bug and the entire message meaning is applicable.
Workaround
As a workaround, try an older version of MySQL Workbench from MySQL Workbench (Archived Versions) site. Just select an older version from the Previous Version drop down.
Trial and Error
This may have to be a trial and error type of solution so uninstall
the version of MySQL Workbench with the bug, reboot, install an older
version, and then test. If you run into the same bug with the previous
version, keep moving back and following that same process to
uninstall, reboot, install, test with each version.
MySQL Workbench (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features!
Product Version: <select the version>
Operating System: <select the os>
Select the
Download
button once the needed version and OS is selected
It means exactly what it says where the language states "it wasn't designed to run on your platform", so unfortunately this appears to be an instance where the unsupported OS version is experiencing a bug and the entire message meaning is applicable.
Workaround
As a workaround, try an older version of MySQL Workbench from MySQL Workbench (Archived Versions) site. Just select an older version from the Previous Version drop down.
Trial and Error
This may have to be a trial and error type of solution so uninstall
the version of MySQL Workbench with the bug, reboot, install an older
version, and then test. If you run into the same bug with the previous
version, keep moving back and following that same process to
uninstall, reboot, install, test with each version.
MySQL Workbench (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features!
Product Version: <select the version>
Operating System: <select the os>
Select the
Download
button once the needed version and OS is selected
edited May 12 at 14:41
answered May 12 at 14:36
Pimp Juice ITPimp Juice IT
26k114179
26k114179
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1435874%2fmysql-workbench-giving-an-error-unsupported-operating-system-when-running-unde%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown