Possible Duplicate:
Is MySQL installed by default with OS X Leopard 10.5 or 10.6

I have a new macbookpro, does it come with mysql or do I install it myself?

link|improve this question

48% accept rate
feedback

migrated from stackoverflow.com Jul 17 '10 at 2:46

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Chealion, harrymc, Gnoupi Jul 17 '10 at 19:15

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Open up a terminal and try the mysql cli client:

mysql -V

That should print a version string, if it's installed.

Also, as alluded to by Matthew Rankin, this type of question belongs on http://superuser.com/.

link|improve this answer
feedback

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