this is my code. when I remove the numbers inside the password the program runs just fine. is it okay to leave it without a password?
Asked
Active
Viewed 1,348 times
0

M123
- 1,203
- 4
- 14
- 31

Kayn Shieda
- 1
- 2
-
Does this answer your question? [Warning: mysqli\_connect(): (HY000/1045): Access denied for user 'username'@'localhost' (using password: YES)](https://stackoverflow.com/questions/25174183/warning-mysqli-connect-hy000-1045-access-denied-for-user-usernameloca) – HardcoreGamer Dec 06 '21 at 03:52
1 Answers
0
If you get the Access denied for..
when entering 123
as password and you don't get it when removing 123
in your password field it probably means your database user root
doesn't have a password.

Jelmer de Vries
- 92
- 1
- 7