MYSQL 8.0 server not found in Workbench directory in Windows 10?Optimize a MySQL Database using MySQL...

Error in master's thesis, I do not know what to do

Are hand made posters acceptable in Academia?

Make a Bowl of Alphabet Soup

Do people actually use the word "kaputt" in conversation?

How to preserve electronics (computers, ipads, phones) for hundreds of years?

Started in 1987 vs. Starting in 1987

How do I prevent inappropriate ads from appearing in my game?

Using an older 200A breaker panel on a 60A feeder circuit from house?

What is the meaning of "You've never met a graph you didn't like?"

Why would five hundred and five same as one?

Should I warn a new PhD Student?

Capacitor electron flow

Does capillary rise violate hydrostatic paradox?

Trouble reading roman numeral notation with flats

When is the exact date for EOL of Ubuntu 14.04 LTS?

What is it called when someone votes for an option that's not their first choice?

Weird lines in Microsoft Word

What properties make a magic weapon befit a Rogue more than a DEX-based Fighter?

Sort with assumptions

Why is participating in the European Parliamentary elections used as a threat?

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Do I have to take mana from my deck or hand when tapping this card?

Why does a 97 / 92 key piano exist by Bosendorfer?

1 John in Luther’s Bibel



MYSQL 8.0 server not found in Workbench directory in Windows 10?


Optimize a MySQL Database using MySQL WorkbenchMySQL workbench alter table is incompleteMySql service on Windows won't start after changing datadir'mysql' Recognized by cmd but not PowerShell?MySql-Workbench: Can't connect to MySQL server on '127.0.0.1' (111)Problems during migration from SQL Server to MySQL via MySQL WorkbenchError during MySQL encryption, Code: 3185. “Can't find master key from keyring (…)”New tables not showing up in MySQL Workbench NavigatorHow to verify if given user@host with 'password' exists in MySQL 8.0+?how do I insert timzone-pois.sql into MYSQL?













0















I have upgraded my workbench to 8.0CE and also removed the previous 5.7 MYSQL server as well as Workbench 6.3.



This is the directory:



C:Program FilesMySQLMySQL Workbench 8.0 CE



Also when I typed the below, I get error message



C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin
The system cannot find the path specified.



Now, there used to be a server in the same directory where MYSQL Workbench reside but I just can't find the server file there.



Another strange thing I just discovered is that even though I have upgraded to version 8, the PorgramData is still containing MYSQLServer5.7 ! It is supposed to be MYSQLServer 8.0.12.0 right ?



Please let me know if there is any steps I have missed.



Tks.










share|improve this question
















bumped to the homepage by Community 1 min ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    0















    I have upgraded my workbench to 8.0CE and also removed the previous 5.7 MYSQL server as well as Workbench 6.3.



    This is the directory:



    C:Program FilesMySQLMySQL Workbench 8.0 CE



    Also when I typed the below, I get error message



    C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin
    The system cannot find the path specified.



    Now, there used to be a server in the same directory where MYSQL Workbench reside but I just can't find the server file there.



    Another strange thing I just discovered is that even though I have upgraded to version 8, the PorgramData is still containing MYSQLServer5.7 ! It is supposed to be MYSQLServer 8.0.12.0 right ?



    Please let me know if there is any steps I have missed.



    Tks.










    share|improve this question
















    bumped to the homepage by Community 1 min ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      I have upgraded my workbench to 8.0CE and also removed the previous 5.7 MYSQL server as well as Workbench 6.3.



      This is the directory:



      C:Program FilesMySQLMySQL Workbench 8.0 CE



      Also when I typed the below, I get error message



      C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin
      The system cannot find the path specified.



      Now, there used to be a server in the same directory where MYSQL Workbench reside but I just can't find the server file there.



      Another strange thing I just discovered is that even though I have upgraded to version 8, the PorgramData is still containing MYSQLServer5.7 ! It is supposed to be MYSQLServer 8.0.12.0 right ?



      Please let me know if there is any steps I have missed.



      Tks.










      share|improve this question
















      I have upgraded my workbench to 8.0CE and also removed the previous 5.7 MYSQL server as well as Workbench 6.3.



      This is the directory:



      C:Program FilesMySQLMySQL Workbench 8.0 CE



      Also when I typed the below, I get error message



      C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin
      The system cannot find the path specified.



      Now, there used to be a server in the same directory where MYSQL Workbench reside but I just can't find the server file there.



      Another strange thing I just discovered is that even though I have upgraded to version 8, the PorgramData is still containing MYSQLServer5.7 ! It is supposed to be MYSQLServer 8.0.12.0 right ?



      Please let me know if there is any steps I have missed.



      Tks.







      mysql mysql-workbench windows-10 mysql-8.0






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 18 '18 at 8:34









      Goncalo Peres

      131114




      131114










      asked Oct 18 '18 at 4:18









      Karen GohKaren Goh

      15




      15





      bumped to the homepage by Community 1 min ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 1 min ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          3 Answers
          3






          active

          oldest

          votes


















          0














          MySQL server and MySQL Workbench both are installed in the default location ("Program Files" for 64bit apps or "Program Files x86" for 32bit apps). MySQL Workbench however only exists as a 64bit arch build.



          Did you check the server path actually exists? If it does not you may have forgotten to install the new server. Simply run the MySQL Windows installer again and let it install the server.



          About the left behind ProgramData content: that's probably a safety measure to avoid deleting your data unwantedly. If you don't need it anymore then just remove the 5.7 subfolder.






          share|improve this answer
























          • I actually have 2 copies - one inside Program Files and one inside Program Files x 86 and it is only at the later that I have J Connector inside. Now, my problem is that even though I have put the J connector at Tomcat lib, my project class path etc the connection is failing. Any idea what is the problem ?

            – Karen Goh
            Oct 21 '18 at 4:03



















          0














          After much wrestling, I finally got MYSQL 8.0 installed.



          Thanks to this article :



          https://old.windowsvalley.com/uninstall-mysql-from-windows/



          I got rid of C:Users[User-Name]AppDataRoamingMySQL and then re-installed MYSQL and everything just back to normal. :)






          share|improve this answer































            0














            C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin


            You must quote arguments that include blanks (and certain other punctuation:



            C:>cd "Program FilesMySQLMySQL Server 8.0.12.0bin"





            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "182"
              };
              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: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              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
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f220418%2fmysql-8-0-server-not-found-in-workbench-directory-in-windows-10%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              MySQL server and MySQL Workbench both are installed in the default location ("Program Files" for 64bit apps or "Program Files x86" for 32bit apps). MySQL Workbench however only exists as a 64bit arch build.



              Did you check the server path actually exists? If it does not you may have forgotten to install the new server. Simply run the MySQL Windows installer again and let it install the server.



              About the left behind ProgramData content: that's probably a safety measure to avoid deleting your data unwantedly. If you don't need it anymore then just remove the 5.7 subfolder.






              share|improve this answer
























              • I actually have 2 copies - one inside Program Files and one inside Program Files x 86 and it is only at the later that I have J Connector inside. Now, my problem is that even though I have put the J connector at Tomcat lib, my project class path etc the connection is failing. Any idea what is the problem ?

                – Karen Goh
                Oct 21 '18 at 4:03
















              0














              MySQL server and MySQL Workbench both are installed in the default location ("Program Files" for 64bit apps or "Program Files x86" for 32bit apps). MySQL Workbench however only exists as a 64bit arch build.



              Did you check the server path actually exists? If it does not you may have forgotten to install the new server. Simply run the MySQL Windows installer again and let it install the server.



              About the left behind ProgramData content: that's probably a safety measure to avoid deleting your data unwantedly. If you don't need it anymore then just remove the 5.7 subfolder.






              share|improve this answer
























              • I actually have 2 copies - one inside Program Files and one inside Program Files x 86 and it is only at the later that I have J Connector inside. Now, my problem is that even though I have put the J connector at Tomcat lib, my project class path etc the connection is failing. Any idea what is the problem ?

                – Karen Goh
                Oct 21 '18 at 4:03














              0












              0








              0







              MySQL server and MySQL Workbench both are installed in the default location ("Program Files" for 64bit apps or "Program Files x86" for 32bit apps). MySQL Workbench however only exists as a 64bit arch build.



              Did you check the server path actually exists? If it does not you may have forgotten to install the new server. Simply run the MySQL Windows installer again and let it install the server.



              About the left behind ProgramData content: that's probably a safety measure to avoid deleting your data unwantedly. If you don't need it anymore then just remove the 5.7 subfolder.






              share|improve this answer













              MySQL server and MySQL Workbench both are installed in the default location ("Program Files" for 64bit apps or "Program Files x86" for 32bit apps). MySQL Workbench however only exists as a 64bit arch build.



              Did you check the server path actually exists? If it does not you may have forgotten to install the new server. Simply run the MySQL Windows installer again and let it install the server.



              About the left behind ProgramData content: that's probably a safety measure to avoid deleting your data unwantedly. If you don't need it anymore then just remove the 5.7 subfolder.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Oct 18 '18 at 6:58









              Mike LischkeMike Lischke

              1,18669




              1,18669













              • I actually have 2 copies - one inside Program Files and one inside Program Files x 86 and it is only at the later that I have J Connector inside. Now, my problem is that even though I have put the J connector at Tomcat lib, my project class path etc the connection is failing. Any idea what is the problem ?

                – Karen Goh
                Oct 21 '18 at 4:03



















              • I actually have 2 copies - one inside Program Files and one inside Program Files x 86 and it is only at the later that I have J Connector inside. Now, my problem is that even though I have put the J connector at Tomcat lib, my project class path etc the connection is failing. Any idea what is the problem ?

                – Karen Goh
                Oct 21 '18 at 4:03

















              I actually have 2 copies - one inside Program Files and one inside Program Files x 86 and it is only at the later that I have J Connector inside. Now, my problem is that even though I have put the J connector at Tomcat lib, my project class path etc the connection is failing. Any idea what is the problem ?

              – Karen Goh
              Oct 21 '18 at 4:03





              I actually have 2 copies - one inside Program Files and one inside Program Files x 86 and it is only at the later that I have J Connector inside. Now, my problem is that even though I have put the J connector at Tomcat lib, my project class path etc the connection is failing. Any idea what is the problem ?

              – Karen Goh
              Oct 21 '18 at 4:03













              0














              After much wrestling, I finally got MYSQL 8.0 installed.



              Thanks to this article :



              https://old.windowsvalley.com/uninstall-mysql-from-windows/



              I got rid of C:Users[User-Name]AppDataRoamingMySQL and then re-installed MYSQL and everything just back to normal. :)






              share|improve this answer




























                0














                After much wrestling, I finally got MYSQL 8.0 installed.



                Thanks to this article :



                https://old.windowsvalley.com/uninstall-mysql-from-windows/



                I got rid of C:Users[User-Name]AppDataRoamingMySQL and then re-installed MYSQL and everything just back to normal. :)






                share|improve this answer


























                  0












                  0








                  0







                  After much wrestling, I finally got MYSQL 8.0 installed.



                  Thanks to this article :



                  https://old.windowsvalley.com/uninstall-mysql-from-windows/



                  I got rid of C:Users[User-Name]AppDataRoamingMySQL and then re-installed MYSQL and everything just back to normal. :)






                  share|improve this answer













                  After much wrestling, I finally got MYSQL 8.0 installed.



                  Thanks to this article :



                  https://old.windowsvalley.com/uninstall-mysql-from-windows/



                  I got rid of C:Users[User-Name]AppDataRoamingMySQL and then re-installed MYSQL and everything just back to normal. :)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 18 '18 at 9:48









                  Karen GohKaren Goh

                  15




                  15























                      0














                      C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin


                      You must quote arguments that include blanks (and certain other punctuation:



                      C:>cd "Program FilesMySQLMySQL Server 8.0.12.0bin"





                      share|improve this answer




























                        0














                        C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin


                        You must quote arguments that include blanks (and certain other punctuation:



                        C:>cd "Program FilesMySQLMySQL Server 8.0.12.0bin"





                        share|improve this answer


























                          0












                          0








                          0







                          C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin


                          You must quote arguments that include blanks (and certain other punctuation:



                          C:>cd "Program FilesMySQLMySQL Server 8.0.12.0bin"





                          share|improve this answer













                          C:>cd Program FilesMySQLMySQL Server 8.0.12.0bin


                          You must quote arguments that include blanks (and certain other punctuation:



                          C:>cd "Program FilesMySQLMySQL Server 8.0.12.0bin"






                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Oct 21 '18 at 3:30









                          Rick JamesRick James

                          43.6k22259




                          43.6k22259






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Database Administrators Stack Exchange!


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




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f220418%2fmysql-8-0-server-not-found-in-workbench-directory-in-windows-10%23new-answer', 'question_page');
                              }
                              );

                              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







                              Popular posts from this blog

                              ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

                              Always On Availability groups resolving state after failover - Remote harden of transaction...

                              Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...