K
K
Kostya Bakay2015-03-31 18:16:39
MySQL
Kostya Bakay, 2015-03-31 18:16:39

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?
29afe53e945d42249058e69491bd5178.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey delphinpro, 2015-03-31
@kostyabakay

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.

T
Timur, 2015-03-31
@timych

Workbench has a handy database export/import tool. Take advantage of it.

D
Dmitry, 2015-03-31
@thewind

If you have a local database, then look for the files of the database itself at least in the directories with the Mysql server or in user files.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question