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 …

  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 …

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

  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 …

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

  6. MySQL port 3306 not accessible remotely. port enabled on …

    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 …

  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 …

  8. 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). …

  9. Cannot connect to MySQL Server database at localhost:3306

    Cannot connect to MySQL Server database at localhost:3306 Asked 13 years ago Modified 5 years, 7 months ago Viewed 29k times

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