How to query the default port number of the mainstream database system
This article is about how to query the default port number of mainstream database systems. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Database default port query method
Oracle 1521 is viewed in the Oracle Net Manager interface
DB2 50000 executes db2 get dbm cfg in db2cmd | find "SVCENAME"
SQL Server 1433 is viewed in SQL Server Configuration Manager
PostgreSQL 5432 enter show port on the command line
MySQL 3306 enter show variables like 'port%' on the command line
Thank you for reading! This is the end of the article on "how to query the default port number of mainstream database systems". I hope the above content can be of some help to you, so that you can learn more knowledge. If you think the article is good, you can share it out for more people to see!