Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7582267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:23:41+00:00 2026-05-30T18:23:41+00:00

I have a PC with Mac OS 10.6 that is running as Webserver on

  • 0

I have a PC with Mac OS 10.6 that is running as Webserver on LAN. I use MAMP Pro for that (Apache + MySql).

Today, I have problem that: From other PC on LAN, I try to connect to Mysql server on Mac and the error occurred:

2003 – Can’t connect to MySQL server on ‘192.168.1.10’ (10061)

I make sure uncheck “Allow local access only” on tab MySql on MAMP Pro and firewall is turn off.

I try use nmap to scan the webserver and the port 3306 is not listed in result.

Hope someone can help !

Thanks !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T18:23:42+00:00Added an answer on May 30, 2026 at 6:23 pm

    By default MySQL is limited to connect only to localhost (127.0.0.1) because of some security reason. if you want to remote access your MySQL you need to edit a default my.cnf value

    open my.cnf file which is located in

    Applications/MAMP/tmp/mysql/my.cnf

    and edit the following

    bind-address = 127.0.0.1

    to

    bind-address = 0.0.0.0

    save the file and restart mysql server by typing the following command in your terminal

    sudo /etc/init.d/mysql restart

    your MySQL server should now be able to access over the network. to verify it is listening to all interface type the following in your terminal

    netstat -anp | grep 3306
    

    and if you see the following in response it means it is working

    tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN     -
    

    the above information is taken from this link : http://rclermont.blogspot.in/2008/05/configuring-mysql-for-network-access.html

    hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a set of Mac machines (mostly PPC) that are used for running
I have a mac with a custom PHP 5 install that built from about
I have a bash script running on my Mac that uses cURL to upload
I have a Mac running Lion and I just downloaded latest version of apache.
I have a Core Data based mac application that is working perfectly well until
I have a graphics editing cocoa app on Mac OSX that produces 32 by
I have a very simple Mac Cocoa app that just has a Web View
I have an application for Mac OS X that supports plugins that are intended
I have noticed that Google Toolbox for Mac replaces several SQLite built-in functions (LOWER/UPPER,
I have a project that targets both Mac OS X 10.4 and 10.5, where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.