My os formatted .i install new os .and install old xampp files in d drive.
how to reuse old mysql database tables after new intallations.
答案1
If you made a backup of your database then restore it to your current installation as
mysql -u root -p NameOfDatabase < saved-database.sql
or if you prefer to do that over web interface you can do that with help of
http://localhost/phpmyadmin
where you need to create first database with the same name it was previously and upload backup