Answers for "get mysql default port and host"

SQL
11

mysql default port

mysql -u root
mysql> SHOW GLOBAL VARIABLES LIKE 'PORT';
# Default port is 3306 for MySQL
Posted by: Guest on May-15-2021
1

mysql default port

3306
Posted by: Guest on July-27-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language