mysqldb install and change passwords

1, installation tutorial: https://jingyan.baidu.com/article/95c9d20d087fe4ec4e756117.html

  Links: https://pan.baidu.com/s/1p72By5U3EnnsfPpYwfHmlw extraction code: vs64

Description: Navigate to the bin directory which will have mysql.exe mysqld.exe file and the directory configuration environment variable to the rest of the guidelines follow the tutorial operation after extracting file

 

2, install mysql problems: unable to find VCRUNTIME140_1.dll, we can not continue to execute code. Reinstalling may fix this problem: https://blog.csdn.net/JackerCSDN/article/details/104425585

  Links: https://pan.baidu.com/s/1SiYg6VnqXJ4NX8JCKs0mZg extraction code: m3it

Description: The above error may occur according to a tutorial on installing CMD Run as administrator when running Microsoft common library collection

3. Change Password: https://blog.csdn.net/wu19981228/article/details/87982930

Description: I use the method of mysqladmin mysqladmin -uroot -p {oldpassword} password {newpassword}

   Examples: mysqladmin -uroot -proot password 111111

   

 

Guess you like

Origin www.cnblogs.com/ganguixu/p/12538649.html