2
My CentOS 6 server got a server issue, so customer support took a backup of my server and reinstalled it.
The backup is in a folder called /home/42406.
I'm trying to find my MySQL database called 'mariomansion'.
I installed LAMP and I tried a mysqldump, but it said it couldn't find the database.
I went to /home/42406/var/lib/mysql, and I found two folders: one called mariomansion and one called mysql. The mariomansion folder contains .frm, .myd, and .myi files with the names of the tables.
How do I get my SQL database file back from my backup?