Which port should I use, 80 or 3306 ?

Problem:

Which port should I use, 80 or 3306 ?



Solution:

You should ALWAYS use port 3306, port 80 is for web access ONLY.
The only exeception is when your Server Admin tells you otherwise, but it'll never be port 80, We can assure you.

This is a common error because unexperienced users first have access to a web and get a bit mixed up with wich port/server name to use.
  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

Connect to a mysql database using a dsn connection via asp

Problem: Connect to a mysql database using a dsn connection via asp Solution: * If you have...

Connect to a mysql database using a dsn-less connection via asp

Problem: Connect to a mysql database using a dsn-less connection via asp Solution:...

ERROR 2008: MySQL client ran out of memory

Problem: ERROR 2008: MySQL client ran out of memory Solution: Problem:   If you issue...

how we can setup a system DSN to access our MySQL database through ASP

Problem: how we can setup a system DSN to access our MySQL database through ASP Solution:...

How to Export and then Import a MySQL database using PhpMyADMIN

Problem: How to Export and then Import a MySQL database using PhpMyADMIN Solution: The...