I moved my xampp folder because my windows crashed Now I want to recover my old projects












0














I have came up with an issue.
My last windows got crashed All I could do was to recover my XAMPP folder in C drive, after doing so, I reinstalled a new windows and also installed xampp.
Now I want to recover my old databasse in the previous windows to the new one (in the new xampp).
I have moved my old mysql/data folder contents to the new one in c:/xampp/mysql/data and also moved my htdocs folder content to the new one. (c:/xampp/htdocs)



After doing so, when I try to access my projects the contents are unreadable.
there is a page like this my crashed project
almost all of my projects are crashed somehow.



also on some projects, when I try to load them in htdocs, mysqld.exe stops working and crashes. I'm pretty sure there's a problem with mysql, but I dont know what is it.



Some additional information that may help :




  • My OS is Windows 10

  • My projects are Wordpress websites

  • Im using XAMPP Control Panel v3.2.2










share|improve this question





























    0














    I have came up with an issue.
    My last windows got crashed All I could do was to recover my XAMPP folder in C drive, after doing so, I reinstalled a new windows and also installed xampp.
    Now I want to recover my old databasse in the previous windows to the new one (in the new xampp).
    I have moved my old mysql/data folder contents to the new one in c:/xampp/mysql/data and also moved my htdocs folder content to the new one. (c:/xampp/htdocs)



    After doing so, when I try to access my projects the contents are unreadable.
    there is a page like this my crashed project
    almost all of my projects are crashed somehow.



    also on some projects, when I try to load them in htdocs, mysqld.exe stops working and crashes. I'm pretty sure there's a problem with mysql, but I dont know what is it.



    Some additional information that may help :




    • My OS is Windows 10

    • My projects are Wordpress websites

    • Im using XAMPP Control Panel v3.2.2










    share|improve this question



























      0












      0








      0







      I have came up with an issue.
      My last windows got crashed All I could do was to recover my XAMPP folder in C drive, after doing so, I reinstalled a new windows and also installed xampp.
      Now I want to recover my old databasse in the previous windows to the new one (in the new xampp).
      I have moved my old mysql/data folder contents to the new one in c:/xampp/mysql/data and also moved my htdocs folder content to the new one. (c:/xampp/htdocs)



      After doing so, when I try to access my projects the contents are unreadable.
      there is a page like this my crashed project
      almost all of my projects are crashed somehow.



      also on some projects, when I try to load them in htdocs, mysqld.exe stops working and crashes. I'm pretty sure there's a problem with mysql, but I dont know what is it.



      Some additional information that may help :




      • My OS is Windows 10

      • My projects are Wordpress websites

      • Im using XAMPP Control Panel v3.2.2










      share|improve this question















      I have came up with an issue.
      My last windows got crashed All I could do was to recover my XAMPP folder in C drive, after doing so, I reinstalled a new windows and also installed xampp.
      Now I want to recover my old databasse in the previous windows to the new one (in the new xampp).
      I have moved my old mysql/data folder contents to the new one in c:/xampp/mysql/data and also moved my htdocs folder content to the new one. (c:/xampp/htdocs)



      After doing so, when I try to access my projects the contents are unreadable.
      there is a page like this my crashed project
      almost all of my projects are crashed somehow.



      also on some projects, when I try to load them in htdocs, mysqld.exe stops working and crashes. I'm pretty sure there's a problem with mysql, but I dont know what is it.



      Some additional information that may help :




      • My OS is Windows 10

      • My projects are Wordpress websites

      • Im using XAMPP Control Panel v3.2.2







      php mysql database xampp recover






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 21 '18 at 12:43

























      asked Nov 21 '18 at 12:24









      Mohammad Exploit

      13




      13
























          2 Answers
          2






          active

          oldest

          votes


















          0














          Before deleting xampp folder you should have exported you sql database. So that after installing xampp again you could import the database. But since you have no backup. You have nothing in your hand you have to make tables again and enter data.



          There is one hope for you. Read this post link






          share|improve this answer





















          • Hi thanks for replying, I didnt delete my xampp folder, I have the old xampp folder with all of the contents, I just dont have the .sql databases but I still have the mysql data in the xampp/mysql/data/ folder. Thanks for the link.
            – Mohammad Exploit
            Nov 21 '18 at 12:48



















          0














          I hope this link help you resolve the issue.



          https://techubber.blogspot.com/2017/06/how-to-website-from-xampp-one-computer-to-another-computer.html






          share|improve this answer





















          • Once blogspot.com is down/unreachable this answer is of no use to anyone.
            – kerbholz
            Nov 21 '18 at 12:45











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53411977%2fi-moved-my-xampp-folder-because-my-windows-crashed-now-i-want-to-recover-my-old%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Before deleting xampp folder you should have exported you sql database. So that after installing xampp again you could import the database. But since you have no backup. You have nothing in your hand you have to make tables again and enter data.



          There is one hope for you. Read this post link






          share|improve this answer





















          • Hi thanks for replying, I didnt delete my xampp folder, I have the old xampp folder with all of the contents, I just dont have the .sql databases but I still have the mysql data in the xampp/mysql/data/ folder. Thanks for the link.
            – Mohammad Exploit
            Nov 21 '18 at 12:48
















          0














          Before deleting xampp folder you should have exported you sql database. So that after installing xampp again you could import the database. But since you have no backup. You have nothing in your hand you have to make tables again and enter data.



          There is one hope for you. Read this post link






          share|improve this answer





















          • Hi thanks for replying, I didnt delete my xampp folder, I have the old xampp folder with all of the contents, I just dont have the .sql databases but I still have the mysql data in the xampp/mysql/data/ folder. Thanks for the link.
            – Mohammad Exploit
            Nov 21 '18 at 12:48














          0












          0








          0






          Before deleting xampp folder you should have exported you sql database. So that after installing xampp again you could import the database. But since you have no backup. You have nothing in your hand you have to make tables again and enter data.



          There is one hope for you. Read this post link






          share|improve this answer












          Before deleting xampp folder you should have exported you sql database. So that after installing xampp again you could import the database. But since you have no backup. You have nothing in your hand you have to make tables again and enter data.



          There is one hope for you. Read this post link







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 21 '18 at 12:40









          Dipanshu Chaubey

          43




          43












          • Hi thanks for replying, I didnt delete my xampp folder, I have the old xampp folder with all of the contents, I just dont have the .sql databases but I still have the mysql data in the xampp/mysql/data/ folder. Thanks for the link.
            – Mohammad Exploit
            Nov 21 '18 at 12:48


















          • Hi thanks for replying, I didnt delete my xampp folder, I have the old xampp folder with all of the contents, I just dont have the .sql databases but I still have the mysql data in the xampp/mysql/data/ folder. Thanks for the link.
            – Mohammad Exploit
            Nov 21 '18 at 12:48
















          Hi thanks for replying, I didnt delete my xampp folder, I have the old xampp folder with all of the contents, I just dont have the .sql databases but I still have the mysql data in the xampp/mysql/data/ folder. Thanks for the link.
          – Mohammad Exploit
          Nov 21 '18 at 12:48




          Hi thanks for replying, I didnt delete my xampp folder, I have the old xampp folder with all of the contents, I just dont have the .sql databases but I still have the mysql data in the xampp/mysql/data/ folder. Thanks for the link.
          – Mohammad Exploit
          Nov 21 '18 at 12:48













          0














          I hope this link help you resolve the issue.



          https://techubber.blogspot.com/2017/06/how-to-website-from-xampp-one-computer-to-another-computer.html






          share|improve this answer





















          • Once blogspot.com is down/unreachable this answer is of no use to anyone.
            – kerbholz
            Nov 21 '18 at 12:45
















          0














          I hope this link help you resolve the issue.



          https://techubber.blogspot.com/2017/06/how-to-website-from-xampp-one-computer-to-another-computer.html






          share|improve this answer





















          • Once blogspot.com is down/unreachable this answer is of no use to anyone.
            – kerbholz
            Nov 21 '18 at 12:45














          0












          0








          0






          I hope this link help you resolve the issue.



          https://techubber.blogspot.com/2017/06/how-to-website-from-xampp-one-computer-to-another-computer.html






          share|improve this answer












          I hope this link help you resolve the issue.



          https://techubber.blogspot.com/2017/06/how-to-website-from-xampp-one-computer-to-another-computer.html







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 21 '18 at 12:40









          Sagar Mallick

          713




          713












          • Once blogspot.com is down/unreachable this answer is of no use to anyone.
            – kerbholz
            Nov 21 '18 at 12:45


















          • Once blogspot.com is down/unreachable this answer is of no use to anyone.
            – kerbholz
            Nov 21 '18 at 12:45
















          Once blogspot.com is down/unreachable this answer is of no use to anyone.
          – kerbholz
          Nov 21 '18 at 12:45




          Once blogspot.com is down/unreachable this answer is of no use to anyone.
          – kerbholz
          Nov 21 '18 at 12:45


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


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





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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%2fstackoverflow.com%2fquestions%2f53411977%2fi-moved-my-xampp-folder-because-my-windows-crashed-now-i-want-to-recover-my-old%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

          Wiesbaden

          To store a contact into the json file from server.js file using a class in NodeJS

          Marschland