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?
I have a new macbookpro, does it come with mysql or do I install it myself?
| ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
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.
|
Open up a terminal and try the mysql cli client:
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/. | |||
|
feedback
|