Database advice

I have a fivem server tx we been running it with xampp now having lots of issues with xampp keeps crashing so i decided change to heidi mysql is there anyway i can just move my srrver over or will i need to build it up again ?

From my understanding heidi sql is not a mysql host it’s simply a mysql client. You would probably be better served to use something like MySQL Workbench if you are encountering issues with XAMPP.
MySQL Workbench: https://www.mysql.com/products/workbench/

Wat you mean just use mysql workbench for whole server instead of xampp an heidi

HeidiSQL and MySQL Workbench are database administration tools, not databases themselves. XAMMP is usually only used for local development and not for production, which might be why you’re running into problems. You can backup your XAMMP database and then migrate it over to MariaDB using either of the aforementioned administration tools without needing to “build it up again”