Answers for "how to connect mysql with specify port thorugh cmd"

SQL
1

how to connect mysql with specify port thorugh cmd

mysql -u root -p --port=8888

8888 is the port number
You can use any port number.
Posted by: Guest on February-15-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language