I installed xampp and then when I see my previous database schema's it was all lost
-
Does anyone of you ever experienced losing all your tables after installing xampp but keeping the laragon as well. Is it a bad practice to combine xampp with laragon.??
-
As long as the data directory remains intact, it should be OK. I think Xampp's mysql service started to listen to port 3306 first, and reserved it, so your application might have connected to the Xampp's mysql, not laragon's.