Cannot find/start MySQL server after installation The 2019 Stack Overflow Developer Survey...

Homework question about an engine pulling a train

Python - Fishing Simulator

What is the padding with red substance inside of steak packaging?

Match Roman Numerals

Circular reasoning in L'Hopital's rule

One-dimensional Japanese puzzle

Can withdrawing asylum be illegal?

What can I do if neighbor is blocking my solar panels intentionally?

Why are PDP-7-style microprogrammed instructions out of vogue?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Working through the single responsibility principle (SRP) in Python when calls are expensive

Single author papers against my advisor's will?

"is" operation returns false even though two objects have same id

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Why doesn't a hydraulic lever violate conservation of energy?

Am I ethically obligated to go into work on an off day if the reason is sudden?

Would an alien lifeform be able to achieve space travel if lacking in vision?

Did the new image of black hole confirm the general theory of relativity?

Make it rain characters

Is this wall load bearing? Blueprints and photos attached

How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?

Keeping a retro style to sci-fi spaceships?

Is an up-to-date browser secure on an out-of-date OS?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?



Cannot find/start MySQL server after installation



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to build mym (matlab to mysql) on 64-bit Windows 7php build error: /usr/bin/ld: cannot find -lltdlBlink build with Xcode failedCannot Start Mysql On My WHM Servermake command for installing OpenSSH on Ubuntunoip install on UbuntuMysql server won't start after Mavericks upgradeBuilding programs with SconsMake install into a temporary directory?crash while building with ffmpeg and contrib in raspberry pi 3 model B(debian)





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I'm new to Open Source DBMS. I was trying to install MySQL on macOS using MySQL source code, as a part of my college project.



I followed all the steps given in https://dev.mysql.com/doc/internals/en/cmake.html, to build MySQL server from a development source tree. However after successfully building everything using the following commands



xcodebuild -configuration RelWithDebInfo
cmake --build . --config RelWithDebInfo


I'm not able to run the following command inside the build directory



make
make install


It gives the following error



make: *** No rule to make target `install'.  Stop.


Also, I'm not able to find mysql in /usr/local. What am I missing here ?










share|improve this question







New contributor




Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I'm new to Open Source DBMS. I was trying to install MySQL on macOS using MySQL source code, as a part of my college project.



    I followed all the steps given in https://dev.mysql.com/doc/internals/en/cmake.html, to build MySQL server from a development source tree. However after successfully building everything using the following commands



    xcodebuild -configuration RelWithDebInfo
    cmake --build . --config RelWithDebInfo


    I'm not able to run the following command inside the build directory



    make
    make install


    It gives the following error



    make: *** No rule to make target `install'.  Stop.


    Also, I'm not able to find mysql in /usr/local. What am I missing here ?










    share|improve this question







    New contributor




    Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I'm new to Open Source DBMS. I was trying to install MySQL on macOS using MySQL source code, as a part of my college project.



      I followed all the steps given in https://dev.mysql.com/doc/internals/en/cmake.html, to build MySQL server from a development source tree. However after successfully building everything using the following commands



      xcodebuild -configuration RelWithDebInfo
      cmake --build . --config RelWithDebInfo


      I'm not able to run the following command inside the build directory



      make
      make install


      It gives the following error



      make: *** No rule to make target `install'.  Stop.


      Also, I'm not able to find mysql in /usr/local. What am I missing here ?










      share|improve this question







      New contributor




      Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm new to Open Source DBMS. I was trying to install MySQL on macOS using MySQL source code, as a part of my college project.



      I followed all the steps given in https://dev.mysql.com/doc/internals/en/cmake.html, to build MySQL server from a development source tree. However after successfully building everything using the following commands



      xcodebuild -configuration RelWithDebInfo
      cmake --build . --config RelWithDebInfo


      I'm not able to run the following command inside the build directory



      make
      make install


      It gives the following error



      make: *** No rule to make target `install'.  Stop.


      Also, I'm not able to find mysql in /usr/local. What am I missing here ?







      macos mysql make build cmake






      share|improve this question







      New contributor




      Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      MujtabaMujtaba

      1




      1




      New contributor




      Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Mujtaba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          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
          });


          }
          });






          Mujtaba is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424251%2fcannot-find-start-mysql-server-after-installation%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Mujtaba is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Mujtaba is a new contributor. Be nice, and check out our Code of Conduct.













          Mujtaba is a new contributor. Be nice, and check out our Code of Conduct.












          Mujtaba is a new contributor. Be nice, and check out our Code of Conduct.
















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424251%2fcannot-find-start-mysql-server-after-installation%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...