Also make sure skip-networking is not enabled in the my.cnf file
Main Topics
Browse All TopicsHi experts,
I have a MySQL server installed by default on my mac OSX 10.5. Now I want to allow remote access to this server from Windows virtual PC. How do I do that?
Thanks!
Cheers,
Michael
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
LOl
have you install mysql from rpm ??
rpm version does not have my.cnf
there would be some file call my-small.cnf or my-medium.cnf in your sytem
you need to copy one of them and make it as my.cnf
but onething : in linux system my.cnf stay in /etc/my.cnf file
but i dont know about mac Os
let me do some google
> have you install mysql from rpm ??
He said he's on OS X at least twice, so I doubt he used a Red Hat package installer to do it
Michael, the Mysql setup should be fine, it will just be a case of getting the Guest OS to talk to the Host machine
Have a look in the networking config of the windows guest, and see if it has a default gateway
If so, try connecting to port 3306 on that IP address, fingers crossed MySQL should be there...
PS: You tagged this as "Groovy", but don't think it relates...
Sorry i should have give more attention about rpm .. rpm is for redhat.
have a look this one
http://www.comentum.com/my
in macos , my.cnf should be at /etc/ folder
or you can try to find it
sudo find / -name my-large.cnf -print
Business Accounts
Answer for Membership
by: fosiul01Posted on 2009-04-20 at 02:08:55ID: 24182884
HI yah
P
ips/how-do -i-enable- remote-acc ess- to-mys ql-databas e-server.h tml
I never work for Max OsX
but it might be same for every one
in my.cnf file
bind-address=YOUR-SERVER-I
make sure firewall is open for port 3306
and also you have create user with that ip in mysql
mysql> CREATE DATABASE foo;
mysql> GRANT ALL ON foo.* TO bar@'202.54.10.20' IDENTIFIED BY 'PASSWORD'
look at this article :
http://www.cyberciti.biz/t