About 1,450,000 results
Open links in new tab
  1. windows - Can't start MySQL, port 3306 busy - Stack Overflow

    May 26, 2011 · I'm trying to start MySQL from XAMPP (under Windows Vista), but it's saying that's port 3306 is busy. What would be the best way with check what application is using that port and how to …

  2. Failed to Connect to MySQL at localhost:3306 with user root

    Aug 15, 2015 · mysql -h localhost -P 3306 -u root -p If you successfully connect to your database, then same thing has to happen with Mysql Workbench. If you are unable to connect then I think 3306 port …

  3. How to test which port MySQL is running on and whether it can be ...

    May 3, 2011 · A simpler approach for some : If you just want to check if MySQL is on a certain port, you can use the following command in terminal. Tested on mac. 3306 is the default port. mysql - …

  4. Puerto 3306 en uso en MySQL - Stack Overflow en español

    Dec 1, 2019 · Los hallazgos de 3306 serán el valor para las claves port= dentro del fichero my.ini. Una vez reemplaces todos los hallazgos por el nuevo puerto, guarda los cambios en el fichero y reinicia …

  5. MySQL port 3306 not accessible remotely. port enabled on Windows …

    Dec 29, 2021 · It looks like weird happening, I've followed and fixed all the possible things but still MySQL port 3306 is not accessible remotely. Here's my setup: Machine: Windows Server 2012 R2 …

  6. MySQL port 3306 vs 3307 Differences - Stack Overflow

    Oct 31, 2017 · MySQL (or most/all other processes) can listen on just about any port (0-65535) though ports below 1024 are privileged and require special permissions (usually root/admin). There is no …

  7. Is MySQL port 3306 encrypted, and if no, how can I encrypt it?

    Apr 19, 2011 · Since we are accessing the MySQL database (over port 3306) on one of our external servers from our office network, the connection to MySQL needs to be encrypted. Is it already …

  8. xampp - Unable to start MySQL on port 3306 - Stack Overflow

    This command will safely shut down your existing MySQL running on port 3306 so that you can access the same port using the MySQL on xampp. This is used to work on both without conflicts or without …

  9. How to change the default port of mysql from 3306 to 3360

    Apr 25, 2015 · 1 try changing the connection port to 8012 open xampp as administrator Mysql config => my.ini change the port from 3306 to 8012 close and run it again I hope it will work.

  10. MySQL does not listen on port 3306 - Server Fault

    Jan 16, 2020 · MySQL does not listen on port 3306 Ask Question Asked 5 years, 11 months ago Modified 2 years, 11 months ago