Hi Guys,
While I try to start XAMPP and click on start button to run Apache service, it run successfully
But when I try to start MySQL, it run for a moment and stop unexpectedly
So, I go to >>> Folder: C:\xampp\mysql\backup and get copy of its content and paste it in Folder: C:\xampp\mysql\data
Then when I try to run MySQL it starts successfully, but when I try to visit Magento Admin Page from Browser, it give me that error:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1330704656967
But I can go to phpMyAdmin page successfully
Hello @mustafa_abdel a
Please try this solution in your instance.
http://magento.stackexchange.com/questions/89125
View solution in original post
If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation.
Hi, @mustafa_abdel a
If you are using windows OS then uninstall the xampp and please try to install the wamp server over thereafter that you will not get any issue like that because I am also using my windows10 OS and working smoothly. You can download the wamp server from here
https://www.wampserver.com/en/
Note: after installing the wamp server you have to install the below extensions as per your OS version like 32 or 64 bit. I am using 64bit so installed these extensions.
vcredist_2010_sp1_x64
vcredist_2012_upd4_x64
vcredist_2013_upd5_x64
vcredist_2019_x64
If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation.
Thanks for sharing. I found a lot of interesting information here.
@dipmegpro wrote:Hello @mustafa_abdel a
Please try this solution in your instance.
http://magento.stackexchange.com/questions/89125
View solution in original post
If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation.
Thanks for the update and quick reply. I'll be sure to keep an eye on this thread. Looking for the same issue. Thanks for creating it. Looking forward for solution.
Thank You so much for the solution.
Thank You, I have got my solution with this post.
It looks like MySQL was having issues, and restoring the backup helped start it. However, Magento might still be facing database inconsistencies. Try these steps:
Check the var/report/ folder in Magento for the error log matching your record number.
Run bin/magento setup:upgrade and bin/magento cache:flush if you have CLI access.
Ensure env.php in app/etc/ has the correct DB credentials.
Since phpMyAdmin works, your database is running, but Magento might need a database reindex or missing tables. Let us know what’s in the error log! Njmcdirect
Sometimes it's because another program is using the same ports, like 80 or 443. Try changing the port or running XAMPP as an admin — that might do the trick!