As Xampp is a software-package, including a mySQL (which is an Oracle product!) database... posting your question in an Microsoft forum, might not bring you a helpful answer...
and your posted "error message" does NOT contain any error, from that text I would expect that the mySQL engine is running fine (but maybe your are missing your database)
from my personal experience, move your ibdata file to a secure folder, delete all user databases in your mySQL, re-create that one database, shutdown the service/engine, replace the new ibdata with the old, restart the service and hope it come up fine...
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Move every file of YOUR database to the same new folder where you put ibdata-files, maybe you have to edit your my.ini
[mysqld]
datadir=c:/xampp/mysql/data
to
[mysqld]
datadir=c:/xampp/mysql/new_datafolder