In this video you will learn how can we set password in MySQL in Android in Termux.
In the previous videos, we have already learned how can we install MySQL and How can we connect MySQL with Python in Android with Termux and Pydroid-3. if you have not watched those previous videos then watch those videos from the links given below before watching this video.
Below are the Steps You need to follow :-
Step1)Open Termux and Start MySQL by writing command
mysqld &
mariadb
Step2) Know Your user ID by writing command
Select user();
Copy the part before @localhost
Step3) Select Database MySQL by writing command
use mysql
Step4) write
alter user 'paste_user_id_here'@'localhost' identified by 'write_your_password which_you_have_to_make' ;
------------------------------------------------------------------------------------------------------------------------------------------
✓How to Install MySQL in Android : • Install MySQL in Android | Termux Commands...
✓How to Connect MySQL with Python : • Connect MySQL with Python in Your Android ...
✓Pydroid3 App : https://play.google.com/store/apps/de...
✓Telegram : https://t.me/cswithpython
✓Blog Page : https://edubasics4tech.blogspot.com
Thanks for watching