Need help on mySql on Mac OS
I am new to Mac os world. I am having Mac OS 10.5.3 and I have installed mySql 5.5.8 in the system. It is installed in System preferences as well and I have Started the server from there. But the problem I am facing is that how to open mySql and start working on it. I am struggling a lot in order to finding the right thing to start mySql.
Please let me know if you need more info about my problem.
Any help is highly 开发者_运维知识库appreciated.
Thanks in advance.
-Ankit
have you only install mysql of any webserver too??
I have install XAMPP Apache server on MAC with php and mysql
try http://127.0.0.1/phpmyadmin/
If you're after a way to start accessing your MySQL database, you can use Sequel Pro, it's free.
If you're after a framework to connect to mysql using xcode/objective-c, checkout any of the top search result from google
精彩评论