vote up 1 vote down star

I'm trying to recover a table in a MySQL database from Time Machine, however I don't know and can't find where Leopard Server's MySQL stores its data files.

  1. Does anyone know where they are stored?
  2. Is there an easy way to run mysqldump on them without restoring them?
  3. Is there anything else I should know about Time Machine and MySQL data file(s)?
flag

2 Answers

vote up 2 vote down check

Connect to the database and issue

SHOW VARIABLES LIKE 'datadir';

Which will tell you the right answer even if it's been changed from the default.

link|flag
vote up 0 vote down

It's in /var/mysql/dbname , where dbname is the name of the database.

link|flag
That depends on how it was installed. – Mike Heinz Feb 26 at 20:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.