Categorized | MySQL

How can I tell if I’m connecting to a postgres or mysql database, and does it matter?

Posted on 13 March 2010 by Abidoon

I have the server and port number, connecting with a MySQL client works, but I’ve been told it’s actually a Postgres database.

Tags | , , , , ,

One Response to “How can I tell if I’m connecting to a postgres or mysql database, and does it matter?”

  1. mikehok34 says:

    Default mysql port: 3306
    Default postgre port: 5432


Leave a Reply