I moved my xampp folder because my windows crashed Now I want to recover my old projects
up vote
0
down vote
favorite
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
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
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
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 21 at 12:43
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 21 at 12:24
Mohammad Exploit
13
13
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Mohammad Exploit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
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 at 12:48
add a comment |
up vote
0
down vote
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 at 12:45
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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 at 12:48
add a comment |
up vote
0
down vote
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 at 12:48
add a comment |
up vote
0
down vote
up vote
0
down vote
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 at 12:40
Dipanshu Chaubey
12
12
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 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 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 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 at 12:48
add a comment |
up vote
0
down vote
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 at 12:45
add a comment |
up vote
0
down vote
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 at 12:45
add a comment |
up vote
0
down vote
up vote
0
down vote
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 at 12:40
Sagar Mallick
563
563
Once blogspot.com is down/unreachable this answer is of no use to anyone.
– kerbholz
Nov 21 at 12:45
add a comment |
Once blogspot.com is down/unreachable this answer is of no use to anyone.
– kerbholz
Nov 21 at 12:45
Once blogspot.com is down/unreachable this answer is of no use to anyone.
– kerbholz
Nov 21 at 12:45
Once blogspot.com is down/unreachable this answer is of no use to anyone.
– kerbholz
Nov 21 at 12:45
add a comment |
Mohammad Exploit is a new contributor. Be nice, and check out our Code of Conduct.
Mohammad Exploit is a new contributor. Be nice, and check out our Code of Conduct.
Mohammad Exploit is a new contributor. Be nice, and check out our Code of Conduct.
Mohammad Exploit is a new contributor. Be nice, and check out our Code of Conduct.
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