Hello everyone
I know this is a stupid question but I can't find where the directory of my database is situated.
I have created a database through command line and then using a sql dump file I have created some tables.
If I use mysql command line client , my database is shown by executing the command"show databases;"
and I can also see the tables
same thing if I open the MySql workbench which shows everything successfully.
I can't find the actual folder that contains the database in case I want to use that database in another computer etc..
I have two folder in mysql folder:
1)MySQL Server 5.5
2)MySQL Workbench 5.2 CE
The first one contains a data folder which contains the Test database(the default one that you have when you install mysql)
but nothing else
Bookmarks