Answer the question
In order to leave comments, you need to log in
Where is the database physically stored (created in Workbench)?
Trite question, but I can't find where exactly the database files are stored. MySQL Workbench created a database called paymentservice with table mobilepayment. I need to copy the DB to another PC. In C:\Program Files\MySQL\MySQL Server 5.6\data I didn't find anything related to my database. Maybe I'm misunderstanding something and looking in the wrong place?
Answer the question
In order to leave comments, you need to log in
The base is usually copied using export-import. On the source machine you create a data dump, on the target machine it imports this dump. You can use PMA, SypexDumper or the regular console utility mysqldump.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question