81617/how-to-remove-mysql-root-password
Hello @kartik,
You need to set the password for root@localhost to be blank. There are two ways:
The MySQL SET PASSWORD command:
SET PASSWORD FOR root@localhost=PASSWORD('');
Using the command-line mysqladmin tool:
mysqladmin -u root -pType_in_your_current_password_here password ''
Hope it helps!!
Thank you!
Hello kartik, MySQL is the most popular database ...READ MORE
Hii, You can try this: $query="SELECT * FROM CountryInfo ...READ MORE
Hello, To convert a date retrieved from MySQL ...READ MORE
Hello @kartik, Use this query: SELECT User FROM mysql.user; Which ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, Follow these steps to reset password ...READ MORE
Hello kartik, Actually there are many functions that ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.