Where does MYSQL save files?

A

Anonymous

Guest
Hi everybody, i'm new to MySql.
Could somebody tell me how can i export a local DB? Where can i find the files? ...PS. i use mac os X

Thank you!
Loris
 
loloziberlo said:
Hi everybody, i'm new to MySql.
Could somebody tell me how can i export a local DB? Where can i find the files? ...PS. i use mac os X

Thank you!
Loris
At the MacOS X like in other OS you need find mysql dir, in this dir, DATA is a that you try find. For example:
Code:
/MyHDD/MySQL/DATA
[code]
or else try command+F (sherlock) and type mysql

P.S.
MySQL have once structure like in UNIX, DOS, Win or MacOS....
 
I've you got acces to phpMyAdmin, you can also export all tables from a database to a file.

There might also be a command in mySQL to export a database, don't know that one though, I use phpMyAdmin

Greetz Daan
 
Back
Top