I have a MySQL database and I want to know the exact location where this data actually stored in the XAMPP folder, I went to this file location to try to get the information
Rather late I know, but you can use SELECT @@datadir to get the information.
SELECT @@datadir
Happy file huntin' SO community :)