MySQL Forums
Forum List  »  Newbie

Re: Where are the databases stored?!?
Posted by: Barry Galbraith
Date: August 04, 2010 03:52PM

datadir is where the database(s) are stored.

I can't tell you where anything else is on a Mac. I've never seen one.

On my machine I get this

mysql> select @@basedir;
+------------------------------------------+
| @@basedir                                |
+------------------------------------------+
| C:\Program Files\MySQL\MySQL Server 5.1\ |
+------------------------------------------+
1 row in set (0.00 sec)


On my machine, my.ini is in that folder.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Where are the databases stored?!?
August 04, 2010 03:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.