我一直在试图重写我的我的我的我的我的我的我的我的我的教职。
我使用了两种方法重新确定。 但我原意是这样做。
在采取措施之后, 但对我来说,这并不重要:
Method 1:
停止运营MySQL服务,并制作了一部神秘的锡尔特文件。
mysql-init.txt
包括:USE mysql; UPDATE mysql.user SET Password=PASSWORD( vikash ) WHERE User = root ; FLUSH PRIVILEGES;
我已迅速开始指挥,并一分为二:
C:Program FilesMySQLMySQL Server 5.6in>mysqld.exe --defaults-file="my.ini" --init-file="C:\Users\user-name\Desktop\mysql-init.txt" --console
The ERROR, I got:
Could not open required defaults file: C:Program FilesMySQLMySQL Server 5.6inmy.ini Fatal error in defaults handling. Program aborted
Method 2:
我只是立即宣布指挥开始,其类型如下:
C:Program FilesMySQLMySQL Server 5.6in>mysqladmin -uroot -psample password
vikash
我的错误是:
Warning: Using a password on the command line interface can be insecure.
mysqladmin: connect to server at localhost failed
error: Access denied for user root @ localhost (using password: YES)
请帮助我重写密码。