Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 3 maj 2011 · To find a listener on a port, do this: netstat -tln. You should see a line that looks like this if mysql is indeed listening on that port. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN . Port 3306 is MySql's default port.

  2. Port 3306 is open, even if I stop the windows-firewall, MySQL still can't access it. MySQL is running. I've run netstat firewall xxxxxx and get these results: 3306 TCP Enable MySQL Server. and this from netstat -a -n: TCP [::]:3306 [::]:0 LISTENING 0. (I don't understand the [::])

  3. To put it simply, xammp doesn't know where your mysqld.exe is at anymore, or the file is not in the location that you told it to be. Here's how to fix it: Open run (Win + r) and type 'regedit'.

  4. 2 sie 2022 · To correct this when you invoke a client program, specify a --port option to indicate the proper port number, or a --socket option to indicate the proper named pipe or Unix socket file. To find out where the socket file is, you can use this command: Press CTRL+C to copy. $> netstat -ln | grep mysql.

  5. Under Linux or Unix, check your IP tables (or similar) configuration to ensure that the port has not been blocked. Under Windows, applications such as ZoneAlarm or Windows Firewall may need to be configured not to block the MySQL port. Here are some reasons the Can't connect to local.

  6. 15 sie 2024 · If your MySQL server is running on a specific porttypically port 3306you need to ensure that this port is open and accessible. If it’s blocked, your connection attempts will be met with a wall of resistance, leading to those frustrating error messages.

  7. 7 mar 2019 · There are a few reasons why this error may occur, and a few potential ways to resolve it. One common cause of this error is that the MySQL service is stopped or did not start to begin with, meaning that it was unable to create the socket file in the first place.