-1

my MySQL workbench setup with a database on it. I was using xampp with it but xampp stopped working so I uninstalled and reinstalled it. could this be the issue as to why the table went missing?

1 Answers1

0

workbench is only a Gui, it will not drop anything without any user input.

MySQL server and xammp would work parallel when you choose a different port for one of them.

Your problem is that both save theier files in diffrent path(default)

MYSQL saves its data in

C:\ProgramData\MySQL\MySQL Server 8.0\Data

While xammp stores their database in

C:/xampp/mysql/data

in Restoring MySQL database from physical files you find a tutprial how to restore your tables from the files from your old installation

nbk
  • 45,398
  • 8
  • 30
  • 47