I moved my xampp folder because my windows crashed Now I want to recover my old projects
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
add a comment |
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
add a comment |
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
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
php mysql database xampp recover
edited Nov 21 '18 at 12:43
asked Nov 21 '18 at 12:24
Mohammad Exploit
13
13
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
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
add a comment |
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
Once blogspot.com is down/unreachable this answer is of no use to anyone.
– kerbholz
Nov 21 '18 at 12:45
add a comment |
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
});
}
});
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%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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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
Once blogspot.com is down/unreachable this answer is of no use to anyone.
– kerbholz
Nov 21 '18 at 12:45
add a comment |
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
Once blogspot.com is down/unreachable this answer is of no use to anyone.
– kerbholz
Nov 21 '18 at 12:45
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
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%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
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