Mysql recovery data

problem description

background: centos7.3 server, the hard disk is completely damaged, after finding the dell company to recover data, wen code, attachments and other information intact, but the mysql file after the data copy is damaged, leaving only frm files, script backup does not know when can not be used. Therefore, the value of the previous backup data is not very much

.

the environmental background of the problems and what methods you have tried

centos7.3 server, the infrastructure of linux+php+mysql has no way to start

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

now that the server architecture has been built, but the table cannot be connected and the table is corrupted, how do you want to recover the data now?

Jun.25,2021

analyzes the binlog log of mysql, regularizes the operation of updateinsertdelete, writes a script, runs 24 hours, and finally finishes

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3be36-2bb21.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3be36-2bb21.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?