I'd like to migrate databases I have created using XAMPP to the the LAMP stack.
I've installed php, apache and mariadb following this: Arch Wiki Apache
The databases, which are to be imported are not sql-files, but rather ibd and rfm-files located in the /opt/lampp/var/mysql/ directory.
My mariadb datadir is the default /var/lib/mysql.
My question now is how to migrate these ibd and frm files to LAMP correctly?