How to recover MySQL DBs from vmdk - how open vagrant vmdk in VirtualBox

How to recover MySQL DBs from vmdk - how open vagrant vmdk in VirtualBox

consider this real scenario

My PC
C:/ SSD System disk
F:/ Data Disk

when reinstalled Windows 10 2004 due to problems with updates
C:/ SSD System disk
D:/ Data Disk // same as F:/ untouched

I have been running Vagrant In the old PC – but Now in Reinstalled PC I run a new version of Vagrant
I wanted to recover my vagrant/Homestead/Laravel ONLY Databases from vdmk, for Laravel, etc Frameworks — I installed in Vagrant as app PHPMyAdmin… for easier create DB/Tables
The problem is vagrant up, vagrant provision, etc commands given from F:\VMs\VirtualBox\homestead in old PC – now exist but as D:\VMs\VirtualBox\homestead

How Link the vmdk that exist at: D:\VMs\VirtualBox\homestead ???

I have been given commands of vagrant from
F:\htdocs_xampp\Laravel\Homestead2020
now
D:\htdocs_xampp\Laravel\Homestead2020

Any hint on how to recover the database data???