So basically, I'm following this tutorial. LINK.
wherein I setup the MySQL Localhost first in the Vscode after that I will to the cmd part
and do this mysql -u root -p
After that I have to input my password in my MySQL...but I don't know if the password is already created or should I have created it in the tutorial. I just type the password in Vscode process "mathlearnerxx" but it doesn't work. Does the MySQL password is what you already done before install in the MySQL before?? I don't remember my password when I follow a tutorial about setup the MySQL.
Anyways after the error of password I input "mathlearnerxx". It gives me something like this
mysql -u root -p
Enter password: *************
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
which I basically followed in tutorial.
Can anyone help me with this? I have some project to done thanks :)