Logging in MySQL

Last updated: April 25, 2023

In windows 10, open xampp and click start on mysql. Shell button and open xampp command prompt.

This time to login mysql database. For login, run command,

mysql -u username -p

According to this tutorial, username is "root" and password is blank.

mysql -u root -p

And press enter and password is blank so that again press enter.

MySQL login

 

Related post