Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 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'.

  2. 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.

  3. 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 [::])

  4. 19 maj 2018 · I am trying to connect to MySQL database from MySQL shell on windows. No matter what I type in MySQL shell, it keeps giving me error : 'Not connected'. Query eg 1 : mysql --host=localhost --port=3306 --user=root -p;

  5. 20 cze 2019 · If you need the mysql server to listen for network connections, easiest is to specify. bind-address = 0.0.0.0. That way it will accept connections on any IP address local to the system.

  6. 21 wrz 2021 · mysqladmin: connect to server at 'localhost' failed. error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock''. Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists! The above error response provides some hint of what you can do to fix it.

  7. 2 sie 2022 · 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.