Hey there! This isn't an error, but a notification that the table is in InnoDB format. You would need to restore the database instead of trying to perform a repair on it.
Before you import or restore a database using mysqldump, you would need to ensure you have already created a MySQL database and MySQL database user. You can create both by accessing into cPanel -...
support.cpanel.net
If you are logged in as root, the command is even shorter as you would only need this:
Code:
mysql database_name < path_to_database_backup_file.sql