Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the SQL files of XAMPP in Linux?

I lost access to my database and I only have the system files, how can I extract the data from my database (XAMPP)?

like image 516
InvisibleUn1corn Avatar asked Apr 21 '15 14:04

InvisibleUn1corn


Video Answer


1 Answers

You will get all databases at "xampp/var/mysql". You can copy complete folder to new setup and it will show you all databases.

like image 56
Puneet Avatar answered Sep 22 '22 10:09

Puneet