Comment connecter MySQL avec Spécifier Port Thorugh CMD
mysql -u root -p --port=8888
8888 is the port number
You can use any port number.
Harshvardhan Sangram Patil
mysql -u root -p --port=8888
8888 is the port number
You can use any port number.