Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everybody
my question is simple theoretical question:
so in linux i installed mysql server with
apt-get install mysql-server and all things worked well
after i run mysql_secure_installation commande to set up the security
but the probleme:
i can log in to root user ith wrong password
example: user=root,password=123
whene i run this commande:
mysql -u root -p
then (false password)
didn't give me an error i can access with false password

please i need an answer to this and thanks.

What I have tried:

hello everybody
my question is simple theoretical question:
so in linux i installed mysql server with
apt-get install mysql-server and all things worked well
after i run mysql_secure_installation commande to set up the security
but the probleme:
i can log in to root user ith wrong password
example: user=root,password=123
whene i run this commande:
mysql -u root -p
then (false password)
didn't give me an error i can access with false password

please i need an answer to this and thanks.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900